Changeset 37894 in webkit


Ignore:
Timestamp:
Oct 25, 2008 1:26:53 PM (16 years ago)
Author:
ggaren@apple.com
Message:

2008-10-25 Geoffrey Garen <ggaren@apple.com>

Not reviewed.


Try to fix Windows build.

  • VM/Machine.cpp: (JSC::Machine::privateExecute): Provide a dummy value to the HostCallRecord in CTI non-sampling builds, to silence compiler warning.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r37893 r37894  
     12008-10-25  Geoffrey Garen  <ggaren@apple.com>
     2
     3        Not reviewed.
     4       
     5        Try to fix Windows build.
     6
     7        * VM/Machine.cpp:
     8        (JSC::Machine::privateExecute): Provide a dummy value to the
     9        HostCallRecord in CTI non-sampling builds, to silence compiler warning.
     10
    1112008-10-25  Geoffrey Garen  <ggaren@apple.com>
    212
  • trunk/JavaScriptCore/VM/Machine.cpp

    r37891 r37894  
    14981498#else
    14991499    #define SAMPLE(codeBlock, vPC)
    1500     #define CTI_SAMPLER
     1500    #define CTI_SAMPLER 0
    15011501#endif
    15021502
Note: See TracChangeset for help on using the changeset viewer.