Changeset 11157 in vbox for trunk/src/VBox/VMM/testcase/tstAnimate.cpp
- Timestamp:
- Aug 5, 2008 11:08:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstAnimate.cpp
r8155 r11157 578 578 rc = CFGMR3InsertNode(pInst, "Config", &pCfg); UPDATERC(); 579 579 rc = CFGMR3InsertInteger(pCfg, "Am79C973", 1); UPDATERC(); 580 PDMMAC Mac;580 RTMAC Mac; 581 581 Mac.au16[0] = 0x0080; 582 582 Mac.au16[2] = Mac.au16[1] = 0x8086; … … 817 817 static const char * const s_apszGroups[] = VBOX_LOGGROUP_NAMES; 818 818 PRTLOGGER pRelLogger; 819 rc = RTLogCreate(&pRelLogger, RTLOGFLAGS_PREFIX_TIME_PROG, "all", "VBOX_RELEASE_LOG", 819 rc = RTLogCreate(&pRelLogger, RTLOGFLAGS_PREFIX_TIME_PROG, "all", "VBOX_RELEASE_LOG", 820 820 RT_ELEMENTS(s_apszGroups), s_apszGroups, RTLOGDEST_FILE, "./tstAnimate.log"); 821 821 if (VBOX_SUCCESS(rc)) … … 857 857 { 858 858 if (fPowerOn) 859 { 859 { 860 860 /* 861 861 * Adjust warpspeed?
Note:
See TracChangeset
for help on using the changeset viewer.