- Timestamp:
- Oct 18, 2022 11:31:32 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r96979 r97198 113 113 */ 114 114 DECLCALLBACK(VBOXSTRICTRC) 115 pgmR0HandlerPhysicalPfHandlerToRing3(PVMCC pVM, PVMCPUCC pVCpu, RTGCUINT uErrorCode, PCPUMCTX CORE pRegFrame,115 pgmR0HandlerPhysicalPfHandlerToRing3(PVMCC pVM, PVMCPUCC pVCpu, RTGCUINT uErrorCode, PCPUMCTX pCtx, 116 116 RTGCPTR pvFault, RTGCPHYS GCPhysFault, uint64_t uUser) 117 117 { 118 RT_NOREF(pVM, pVCpu, uErrorCode, p RegFrame, pvFault, GCPhysFault, uUser);118 RT_NOREF(pVM, pVCpu, uErrorCode, pCtx, pvFault, GCPhysFault, uUser); 119 119 return VINF_EM_RAW_EMULATE_INSTR; 120 120 }
Note:
See TracChangeset
for help on using the changeset viewer.

