Changeset 43103 in webkit for trunk/JavaScriptCore/jit/JITCode.h
- Timestamp:
- Apr 30, 2009, 3:58:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITCode.h
r40813 r43103 41 41 42 42 extern "C" { 43 JSValueEncodedAsPointer*ctiTrampoline(43 EncodedJSValuePtr ctiTrampoline( 44 44 #if PLATFORM(X86_64) 45 45 // FIXME: (bug #22910) this will force all arguments onto the stack (regparm(0) does not appear to have any effect).
Note:
See TracChangeset
for help on using the changeset viewer.