VirtualBox

Changeset 51326 in vbox for trunk/src


Ignore:
Timestamp:
May 21, 2014 2:31:25 PM (11 years ago)
Author:
vboxsync
Message:

VBoxRecompiler.c: Enable .remstep on 64-bit windows again. We're using native calling convension there for a while now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r47726 r51326  
    198198
    199199
    200 #if defined(VBOX_WITH_DEBUGGER) && !(defined(RT_OS_WINDOWS) && defined(RT_ARCH_AMD64))
     200#ifdef VBOX_WITH_DEBUGGER
    201201/*
    202202 * Debugger commands.
     
    361361        return rc;
    362362
    363 #if defined(VBOX_WITH_DEBUGGER) && !(defined(RT_OS_WINDOWS) && defined(RT_ARCH_AMD64))
     363#ifdef VBOX_WITH_DEBUGGER
    364364    /*
    365365     * Debugger commands.
     
    39513951
    39523952
    3953 #if defined(VBOX_WITH_DEBUGGER) && !(defined(RT_OS_WINDOWS) && defined(RT_ARCH_AMD64))
     3953#ifdef VBOX_WITH_DEBUGGER
    39543954/**
    39553955 * External Debugger Command: .remstep [on|off|1|0]
    39563956 */
    3957 static DECLCALLBACK(int) remR3CmdDisasEnableStepping(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, unsigned cArgs)
     3957static DECLCALLBACK(int) remR3CmdDisasEnableStepping(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PUVM pUVM,
     3958                                                     PCDBGCVAR paArgs, unsigned cArgs)
    39583959{
    39593960    int rc;
     
    39863987    return rc;
    39873988}
    3988 #endif /* VBOX_WITH_DEBUGGER && !win.amd64 */
     3989#endif /* VBOX_WITH_DEBUGGER */
    39893990
    39903991
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