VirtualBox

Changeset 60893 in vbox


Ignore:
Timestamp:
May 9, 2016 1:39:21 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107105
Message:

cpu-exec.c: Another IEM_VERIFICATION_MODE hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/cpu-exec.c

    r47550 r60893  
    345345                         env->segs[R_CS].selector, (RTGCPTR)env->exception_next_eip));
    346346#  endif /* VBOX */
    347 #  ifdef IEM_VERIFICATION_MODE /* Ugly hack*/
     347#  ifdef IEM_VERIFICATION_MODE /* Ugly hacks */
    348348                    do_interrupt(env->exception_index,
    349349                                 env->exception_is_int && env->exception_is_int != 0x42,
     
    351351                                 env->exception_next_eip,
    352352                                 env->exception_is_int == 0x42);
     353                    cpu_loop_exit();
    353354#  else
    354355                    do_interrupt(env->exception_index,
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