Changeset 48472 in vbox for trunk/src/recompiler
- Timestamp:
- Sep 13, 2013 1:36:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/target-i386/op_helper.c
r48065 r48472 1775 1775 # ifndef VBOX 1776 1776 qemu_system_reset_request(); 1777 return EXCP_HLT; 1777 1778 # 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; 1779 1781 # endif 1780 return EXCP_HLT;1781 1782 } 1782 1783 #endif
Note:
See TracChangeset
for help on using the changeset viewer.