VirtualBox

Ignore:
Timestamp:
Dec 4, 2008 11:27:46 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40381
Message:

new_recompiler: cleanup, optimization, compile with the right tool - gets rid of the nasty bug with bootmenu

Location:
trunk/src/recompiler_new/target-i386
Files:
2 edited

Legend:

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

    r14542 r15009  
    56435643    target_ulong old_eip;
    56445644
    5645     /* ensures env is loaded in ebp! */
     5645    /* ensures env is loaded! */
    56465646    CPUX86State *savedenv = env;
    56475647    env = env1;
  • trunk/src/recompiler_new/target-i386/translate.c

    r14742 r15009  
    46404640    s->rip_offset = 0; /* for relative ip address */
    46414641#ifdef VBOX
     4642    /* nike: seems only slow down things */
     4643# if 0
    46424644    /* Always update EIP. Otherwise one must be very careful with generated code that can raise exceptions. */
     4645
    46434646    gen_update_eip(pc_start - s->cs_base);
    4644 #endif
     4647# endif
     4648#endif
     4649
    46454650 next_byte:
    46464651    b = ldub_code(s->pc);
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