Ignore:
Timestamp:
Aug 14, 2013, 2:49:45 PM (12 years ago)
Author:
[email protected]
Message:

Fixed jit on Win64.
https://bugs.webkit.org/show_bug.cgi?id=119601

Reviewed by Oliver Hunt.

  • jit/JITStubsMSVC64.asm: Added ctiVMThrowTrampolineSlowpath implementation.
  • jit/JSInterfaceJIT.h: Added thirdArgumentRegister.
  • jit/SlowPathCall.h:

(JSC::JITSlowPathCall::call): Added correct calling convention for Win64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JSInterfaceJIT.h

    r154016 r154075  
    6363        static const RegisterID firstArgumentRegister = X86Registers::ecx;
    6464        static const RegisterID secondArgumentRegister = X86Registers::edx;
     65        static const RegisterID thirdArgumentRegister = X86Registers::r8;
    6566#endif
    6667
Note: See TracChangeset for help on using the changeset viewer.