VirtualBox

Changeset 14192 in vbox


Ignore:
Timestamp:
Nov 13, 2008 9:36:51 PM (16 years ago)
Author:
vboxsync
Message:

VMM: fixed a regression introduced by r38992 (tstVMM failed during HW breakpoint test)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac

    r13960 r14192  
    395395htg_debug_regs_save_dr7and6:
    396396DEBUG_S_CHAR('s');
    397     CPUMCPU_FROM_CPUM(edx)
    398397    mov     eax, dr7                    ; not sure, but if I read the docs right this will trap if GD is set. FIXME!!!
    399398    mov     [edx + CPUMCPU.Host.dr7], eax
     
    402401    mov     eax, dr6                    ; just in case we save the state register too.
    403402    mov     [edx + CPUMCPU.Host.dr6], eax
    404     CPUM_FROM_CPUMCPU(edx)
    405403    jmp     htg_debug_regs_no
    406404
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette