Changeset 2822 in vbox for trunk/src/VBox
- Timestamp:
- May 23, 2007 3:45:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0A.asm
r2820 r2822 379 379 380 380 ; store the last pieces of info. 381 mov rcx, [ edx + VMMR0JMPBUF.rsp]381 mov rcx, [rdx + VMMR0JMPBUF.rsp] 382 382 mov [rdx + VMMR0JMPBUF.SpCheck], rcx 383 383 mov byte [rdx + VMMR0JMPBUF.fInRing3Call], 1
Note:
See TracChangeset
for help on using the changeset viewer.