VirtualBox

Changeset 27593 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Mar 22, 2010 2:29:34 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59125
Message:

REM: consistent with VMM monitor treatment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/op_helper.c

    r26993 r27593  
    53765376void helper_monitor(target_ulong ptr)
    53775377{
     5378#ifdef VBOX
     5379    if ((uint32_t)ECX > 1)
     5380        raise_exception(EXCP0D_GPF);
     5381#else
    53785382    if ((uint32_t)ECX != 0)
    53795383        raise_exception(EXCP0D_GPF);
     5384#endif
    53805385    /* XXX: store address ? */
    53815386    helper_svm_check_intercept_param(SVM_EXIT_MONITOR, 0);
Note: See TracChangeset for help on using the changeset viewer.

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