VirtualBox

Changeset 9193 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 28, 2008 9:44:03 AM (17 years ago)
Author:
vboxsync
Message:

Missing architecture defines when generating testcase assembly

Location:
trunk/src/VBox/VMM/testcase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r8990 r9193  
    225225                        $(DEFS.$(KBUILD_TYPE)) \
    226226                        $(DEFS.$(KBUILD_TARGET)) \
    227                         IN_RING3 \
     227                        IN_RING3 $(ARCH_BITS_DEFS) \
    228228                        $(DEFS.$(KBUILD_TARGET_ARCH)) \
    229229                        $(DEFS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)) \
  • trunk/src/VBox/VMM/testcase/tstMicro.cpp

    r8155 r9193  
    209209        return rc;
    210210    }
    211     RTGCPTR GCPtrEntry;
     211    RTGCPTR32 GCPtrEntry;
    212212    rc = PDMR3GetSymbolGC(pVM, "tstMicroGC.gc", "tstMicroGC", &GCPtrEntry);
    213213    if (VBOX_FAILURE(rc))
     
    216216        return rc;
    217217    }
    218     RTGCPTR GCPtrStart;
     218    RTGCPTR32 GCPtrStart;
    219219    rc = PDMR3GetSymbolGC(pVM, "tstMicroGC.gc", "tstMicroGCAsmStart", &GCPtrStart);
    220220    if (VBOX_FAILURE(rc))
     
    223223        return rc;
    224224    }
    225     RTGCPTR GCPtrEnd;
     225    RTGCPTR32 GCPtrEnd;
    226226    rc = PDMR3GetSymbolGC(pVM, "tstMicroGC.gc", "tstMicroGCAsmEnd", &GCPtrEnd);
    227227    if (VBOX_FAILURE(rc))
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