VirtualBox

Changeset 58940 in vbox


Ignore:
Timestamp:
Dec 1, 2015 2:39:06 PM (9 years ago)
Author:
vboxsync
Message:

VBoxVMM.d: Added cr2 to #PF probe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VBoxVMM.d

    r58939 r58940  
    8585    probe xcpt__gp(struct VMCPU *a_pVCpu, struct CPUMCTX *a_pCtx, uint32_t a_uErr);
    8686    /** \#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);
    8888    /** \#MF - math fault (FPU).  */
    8989    probe xcpt__mf(struct VMCPU *a_pVCpu, struct CPUMCTX *a_pCtx);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette