VirtualBox

Changeset 941 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Feb 15, 2007 9:05:32 PM (18 years ago)
Author:
vboxsync
Message:

64-bit build break.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstLdrObjR0.cpp

    r915 r941  
    8686    static unsigned cb;
    8787    DISCPUSTATE Cpu = {0};
    88     DISCoreOne(&Cpu, (RTGCUINTPTR)SomeExportFunction3, &cb);
     88    DISCoreOne(&Cpu, (uintptr_t)SomeExportFunction3, &cb);
    8989    return (void *)(uintptr_t)&SomeExportFunction1;
    9090}
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