VirtualBox

Changeset 13600 in vbox


Ignore:
Timestamp:
Oct 27, 2008 7:56:16 PM (16 years ago)
Author:
vboxsync
Message:

simplified JAX-WS wrappper generation, fixed SDK build

File:
1 edited

Legend:

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

    r13569 r13600  
    79237923            tcg_gen_andi_tl(cpu_tmp0, cpu_cc_src, CC_Z);
    79247924            label1 = gen_new_label();
    7925             tcg_gen_brcond_i32(TCG_COND_EQ, cpu_tmp0, 0, label1);
     7925            tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_tmp0, 0, label1);
    79267926            gen_op_mov_reg_v(ot, reg, t0);
    79277927            gen_set_label(label1);
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