VirtualBox

Changeset 48472 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Sep 13, 2013 1:36:19 PM (11 years ago)
Author:
vboxsync
Message:

REM: Correctly propagate triple faults to EM.

File:
1 edited

Legend:

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

    r48065 r48472  
    17751775# ifndef VBOX
    17761776        qemu_system_reset_request();
     1777        return EXCP_HLT;
    17771778# else
    1778         remR3RaiseRC(env->pVM, VINF_EM_RESET); /** @todo test + improve tripple fault handling. */
     1779        remR3RaiseRC(env->pVM, VINF_EM_TRIPLE_FAULT);
     1780        return EXCP_RC;
    17791781# endif
    1780         return EXCP_HLT;
    17811782    }
    17821783#endif
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