Changeset 9148 in vbox for trunk/include/VBox
- Timestamp:
- May 27, 2008 9:21:03 AM (17 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmapi.h
r8155 r9148 259 259 * @param pGCPtrValue Where to store the symbol value. 260 260 */ 261 PDMR3DECL(int) PDMR3GetSymbolGC(PVM pVM, const char *pszModule, const char *pszSymbol, PRTGCPTR pGCPtrValue);261 PDMR3DECL(int) PDMR3GetSymbolGC(PVM pVM, const char *pszModule, const char *pszSymbol, PRTGCPTR32 pGCPtrValue); 262 262 263 263 /** … … 271 271 * @param pGCPtrValue Where to store the symbol value. 272 272 */ 273 PDMR3DECL(int) PDMR3GetSymbolGCLazy(PVM pVM, const char *pszModule, const char *pszSymbol, PRTGCPTR pGCPtrValue);273 PDMR3DECL(int) PDMR3GetSymbolGCLazy(PVM pVM, const char *pszModule, const char *pszSymbol, PRTGCPTR32 pGCPtrValue); 274 274 275 275 /** -
trunk/include/VBox/vm.h
r8801 r9148 297 297 * @remark Assume interrupts disabled. 298 298 */ 299 RTGCPTR 299 RTGCPTR32 pfnVMMGCGuestToHostAsmGuestCtx/*(int32_t eax, CPUMCTXCORE Ctx)*/; 300 300 301 301 /** … … 312 312 * @remark Assume interrupts disabled. 313 313 */ 314 RTGCPTR 314 RTGCPTR32 pfnVMMGCGuestToHostAsmHyperCtx/*(int32_t eax, PCPUMCTXCORE ecx)*/; 315 315 316 316 /** … … 324 324 * @remark Assume interrupts disabled. 325 325 */ 326 RTGCPTR 326 RTGCPTR32 pfnVMMGCGuestToHostAsm/*(int32_t eax)*/; 327 327 /** @} */ 328 328
Note:
See TracChangeset
for help on using the changeset viewer.