VirtualBox

Changeset 45530 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Apr 12, 2013 7:33:50 PM (12 years ago)
Author:
vboxsync
Message:

attempt to fix the builds

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

Legend:

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

    r43387 r45530  
    267267 tstMicro_SOURCES        = tstMicro.cpp
    268268 tstMicro_LIBS           = $(LIB_VMM) $(LIB_REM) $(LIB_RUNTIME)
     269 tstMicro_DEFS           = $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE,)
    269270
    270271 tstMicroRC_TEMPLATE     = VBoxRc
    271272 tstMicroRC_SOURCES      = tstMicroRC.cpp tstMicroRCA.asm
    272  tstMicroRC_DEFS         =
     273 tstMicroRC_DEFS         = $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE,)
    273274 tstMicroRC_INCS         = $(VBOX_PATH_VMM_SRC)/testcase
    274275 ifeq ($(VBOX_LDR_FMT32),pe)
  • trunk/src/VBox/VMM/testcase/tstMicro.cpp

    r44528 r45530  
    280280#endif
    281281
     282#ifdef VBOX_WITH_RAW_MODE
    282283    /*
    283284     * Do the profiling.
     
    317318            pTst->u64Overhead = cMin;
    318319    }
    319 
    320 
     320#endif
     321
     322
     323#ifdef VBOX_WITH_RAW_MODE
    321324    /* execute the trap/cycle profiling tests. */
    322325    RTPrintf("\n");
     
    330333        PrintResultTrap(pTst, enmTest, rc);
    331334    }
    332 
     335#endif
    333336
    334337    RTPrintf(TESTCASE ": done!\n");
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