Changeset 36999 in webkit for trunk/JavaScriptCore/VM/CTI.cpp


Ignore:
Timestamp:
Sep 27, 2008, 10:41:55 AM (17 years ago)
Author:
[email protected]
Message:

2008-09-27 Anders Carlsson <[email protected]>

Fix build.

  • VM/CTI.cpp: (JSC::):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/VM/CTI.cpp

    r36997 r36999  
    101101{
    102102   
    103     __declspec(naked) JSValue* ctiTrampoline(void* code, ExecState* exec, RegisterFile* registerFile, Register* r, ScopeChainNode* scopeChain, CodeBlock* codeBlock, JSValue** exception, Profiler**)
     103    __declspec(naked) JSValue* ctiTrampoline(void* code, ExecState* exec, RegisterFile* registerFile, Register* r, ScopeChainNode* scopeChain, JSValue** exception, Profiler**)
    104104    {
    105105        __asm {
Note: See TracChangeset for help on using the changeset viewer.