VirtualBox

Changeset 1645 in vbox


Ignore:
Timestamp:
Mar 22, 2007 6:13:16 PM (18 years ago)
Author:
vboxsync
Message:

removed some leftover debug code (amd64 tripple-fault)

Location:
trunk/src/VBox/VMM
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/SELM.cpp

    r1580 r1645  
    220220    bool f;
    221221    int rc = CFGMR3QueryBool(CFGMR3GetRoot(pVM), "DoubleFault", &f);
    222 #if !defined(DEBUG_bird) && !defined(__AMD64__) /** @todo Remember to remove __AMD64__ here! */
     222#if !defined(DEBUG_bird)
    223223    if (VBOX_SUCCESS(rc) && f)
    224224#endif
  • trunk/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm

    r1132 r1645  
    885885    mov     edx, IMP(g_VM)
    886886    mov     eax, VINF_EM_RAW_INTERRUPT_HYPER
    887 %if HC_ARCH_BITS == 64 ; bird debugging tripple-fault/reboot on AMD64, should be removed later!
    888     test    dword [esp + CPUMCTXCORE.eflags], X86_EFL_IF
    889     jnz     .if_set
    890     mov     eax, 0c0caff00h
    891     mov     al, [esp + 0h + ESPOFF]
    892 .if_set:
    893 %endif
    894887    call    [edx + VM.pfnVMMGCGuestToHostAsm]
    895888%ifdef DEBUG_STUFF_INT
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r1599 r1645  
    445445                 */
    446446                default:
    447 #if HC_ARCH_BITS == 64 /* AMD64 debugging - to be removed */
    448                     if ((unsigned)rc - 0xc0caff00U > 0xff)
    449                         return rc;
    450                     /* fall thru */
    451 #else
    452447                    return rc;
    453 #endif
    454448
    455449                /*
  • trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm

    r1283 r1645  
    2121
    2222;%define DEBUG_STUFF 1
    23 %define STRICT_IF 1
     23;%define STRICT_IF 1
    2424
    2525;*******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.

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