VirtualBox

Changeset 26267 in vbox


Ignore:
Timestamp:
Feb 5, 2010 3:36:34 AM (15 years ago)
Author:
vboxsync
Message:

tstLdrObj: warning.

File:
1 edited

Legend:

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

    r19143 r26267  
    102102    memset(&Cpu, 0, sizeof(Cpu));
    103103    Cpu.mode = CPUMODE_32BIT;
    104     DISCoreOne(&Cpu, (RTGCUINTPTR)SomeExportFunction3, &cb);
     104    DISCoreOne(&Cpu, (uintptr_t)SomeExportFunction3, &cb);
    105105    return (void *)(uintptr_t)&SomeExportFunction1;
    106106}
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