Changeset 58940 in vbox
- Timestamp:
- Dec 1, 2015 2:39:06 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VBoxVMM.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VBoxVMM.d
r58939 r58940 85 85 probe xcpt__gp(struct VMCPU *a_pVCpu, struct CPUMCTX *a_pCtx, uint32_t a_uErr); 86 86 /** \#PG - page fault. */ 87 probe xcpt__pg(struct VMCPU *a_pVCpu, struct CPUMCTX *a_pCtx, uint32_t a_uErr );87 probe xcpt__pg(struct VMCPU *a_pVCpu, struct CPUMCTX *a_pCtx, uint32_t a_uErr, uint64_t a_cr2); 88 88 /** \#MF - math fault (FPU). */ 89 89 probe xcpt__mf(struct VMCPU *a_pVCpu, struct CPUMCTX *a_pCtx);
Note:
See TracChangeset
for help on using the changeset viewer.

