VirtualBox

Ignore:
Timestamp:
Feb 19, 2008 1:14:15 PM (17 years ago)
Author:
vboxsync
Message:

Cleaned up

File:
1 edited

Legend:

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

    r5999 r7015  
    2323#include <VBox/err.h>
    2424#include <stdio.h>
     25#include <iprt/string.h>
    2526
    2627DECLASM(int) TestProc();
     
    4243        {
    4344            unsigned    cb;
    44             DISCPUSTATE cpu = {0};
     45            DISCPUSTATE cpu;
    4546            char         szOutput[256];
    4647
     48            memset(&cpu, 0, sizeof(cpu));
    4749            cpu.mode = CPUMODE_32BIT;
    4850            if (VBOX_SUCCESS(DISInstr(&cpu, pInstr, 0, &cb, 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