VirtualBox

Ignore:
Timestamp:
May 21, 2008 9:04:22 AM (17 years ago)
Author:
vboxsync
Message:

Disassembler: fixed build break in DisasmTest.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmTest.cpp

    r8999 r9000  
    2828#include <stdio.h>
    2929#include <iprt/string.h>
     30#include <iprt/asm.h>
    3031
    3132DECLASM(int) TestProc();
     
    7778            memset(&cpu, 0, sizeof(cpu));
    7879            cpu.mode = CPUMODE_64BIT;
    79 __debugbreak();
     80ASMBreakpoint();
    8081            if (VBOX_SUCCESS(DISInstr(&cpu, pInstr, 0, &cb, szOutput)))
    8182                printf(szOutput);
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