Changeset 18357 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 26, 2009 11:02:07 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45143
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp
r16933 r18357 214 214 DISCPUSTATE Cpu; 215 215 memset(&Cpu, 0, sizeof(Cpu)); 216 #if 1216 #ifdef RT_ARCH_X86 /** @todo select according to the module type. */ 217 217 Cpu.mode = CPUMODE_32BIT; 218 218 #else
Note:
See TracChangeset
for help on using the changeset viewer.