Changeset 9969 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Jun 26, 2008 3:58:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r9847 r9969 112 112 #include <VBox/pgm.h> 113 113 114 PGMDECL( uint32_t) PGMGetHyperCR3(PVM pVM)114 PGMDECL(RTHCPHYS) PGMGetHyperCR3(PVM pVM) 115 115 { 116 116 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.