VirtualBox

Ignore:
Timestamp:
Apr 30, 2008 7:31:16 AM (17 years ago)
Author:
vboxsync
Message:

Fixed OS/2 builds.

File:
1 edited

Legend:

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

    r8377 r8491  
    3030
    3131DECLASM(int) TestProc();
     32#ifndef RT_OS_OS2
    3233DECLASM(int) TestProc64();
     34#endif
    3335//uint8_t aCode16[] = { 0x66, 0x67, 0x89, 0x07 };
    3436
     
    6365        }
    6466
     67#ifndef RT_OS_OS2
    6568        printf("\n64 bits disassembly\n");
    6669        pInstr = (RTUINTPTR)TestProc64;
     
    8487            pInstr += cb;
    8588        }
     89#endif
    8690    }
    8791    return 0;
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