Changeset 8160 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Apr 18, 2008 4:15:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r8155 r8160 23 23 #include <VBox/cpum.h> 24 24 25 CPUMDECL(uint 32_t) CPUMGetGuestCR3(PVM pVM)26 { 27 return 0; 28 } 29 30 CPUMDECL(uint 32_t) CPUMGetGuestCR4(PVM pVM)25 CPUMDECL(uint64_t) CPUMGetGuestCR3(PVM pVM) 26 { 27 return 0; 28 } 29 30 CPUMDECL(uint64_t) CPUMGetGuestCR4(PVM pVM) 31 31 { 32 32 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.