Changeset 1232 in vbox
- Timestamp:
- Mar 5, 2007 4:47:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0A.asm
r727 r1232 71 71 mov ecx, [esp + 0ch] ; pvArg 72 72 mov eax, [esp + 08h] ; pfn 73 push ecx 73 sub esp, 12 ; align the stack on a 16-byte boundrary. 74 mov [esp], ecx 74 75 call eax 75 add esp, 476 add esp, 12 76 77 mov edx, [esp + 4h] ; pJmpBuf 77 78 and dword [edx + VMMR0JMPBUF.eip], byte 0 ; used for valid check.
Note:
See TracChangeset
for help on using the changeset viewer.