- Timestamp:
- Jun 26, 2008 3:58:05 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32399
- 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.