Changeset 96563 in webkit for trunk/Source/JavaScriptCore/jit/JITStubs.cpp
- Timestamp:
- Oct 3, 2011, 6:16:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITStubs.cpp
r96527 r96563 132 132 "pushl %ebx" "\n" 133 133 "subl $0x3c, %esp" "\n" 134 "movl $512, %esi" "\n"135 134 "movl 0x58(%esp), %edi" "\n" 136 135 "call *0x50(%esp)" "\n" … … 262 261 push ebx; 263 262 sub esp, 0x3c; 264 mov esi, 512;265 263 mov ecx, esp; 266 264 mov edi, [esp + 0x58];
Note:
See TracChangeset
for help on using the changeset viewer.