Changeset 955 in vbox for trunk/src/VBox/VMM/VMMSwitcher
- Timestamp:
- Feb 16, 2007 7:37:24 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18715
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm
r848 r955 371 371 mov ds, eax 372 372 mov es, eax 373 xor eax, eax 374 mov gs, eax 375 mov fs, eax 373 376 ; Load pCpum into EDX 374 377 FIXUP FIX_GC_CPUM_OFF, 1, 0 … … 475 478 COM32_S_CHAR '!' 476 479 %endif 477 ; Clear fs and gs.478 xor eax, eax479 mov gs, eax480 mov fs, eax481 480 482 481 ; call routine
Note:
See TracChangeset
for help on using the changeset viewer.