Changeset 14192 in vbox
- Timestamp:
- Nov 13, 2008 9:36:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac
r13960 r14192 395 395 htg_debug_regs_save_dr7and6: 396 396 DEBUG_S_CHAR('s'); 397 CPUMCPU_FROM_CPUM(edx)398 397 mov eax, dr7 ; not sure, but if I read the docs right this will trap if GD is set. FIXME!!! 399 398 mov [edx + CPUMCPU.Host.dr7], eax … … 402 401 mov eax, dr6 ; just in case we save the state register too. 403 402 mov [edx + CPUMCPU.Host.dr6], eax 404 CPUM_FROM_CPUMCPU(edx)405 403 jmp htg_debug_regs_no 406 404
Note:
See TracChangeset
for help on using the changeset viewer.