Commit de7b168e by Marc Espie Committed by Jeff Law

* jcf-write.c (generate_bytecode_conditional): Fix typo.

From-SVN: r23840
parent 5828374f
Wed Nov 25 00:50:58 1998 Marc Espie <espie@quatramaran.ens.fr>
* jcf-write.c (generate_bytecode_conditional): Fix typo.
Tue Nov 24 17:06:38 1998 Per Bothner <bothner@cygnus.com>
* (generate_classfile): Always write class access flag with
......
......@@ -1099,7 +1099,7 @@ generate_bytecode_conditional (exp, true_label, false_label,
case REAL_TYPE:
generate_bytecode_insns (exp0, STACK_TARGET, state);
generate_bytecode_insns (exp1, STACK_TARGET, state);
if (op == OPCODE_if_icmplt || op == op == OPCODE_if_icmple)
if (op == OPCODE_if_icmplt || op == OPCODE_if_icmple)
opf = OPCODE_fcmpg;
else
opf = OPCODE_fcmpl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment