* jcf-write.c (generate_bytecode_conditional): Typo fixes.

From-SVN: r62061
This commit is contained in:
Tom Tromey 2003-01-29 01:19:40 +00:00 committed by Tom Tromey
parent eda8d9c5c7
commit 0d42c3c26f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-01-28 Tom Tromey <tromey@redhat.com>
* jcf-write.c (generate_bytecode_conditional): Typo fixes.
2003-01-28 Tom Tromey <tromey@redhat.com>
* lex.c (java_lex): Don't include UEOF as part of token.

View File

@ -1226,7 +1226,7 @@ generate_bytecode_conditional (tree exp,
OP1 (OPCODE_lcmp);
goto compare_1;
}
/* FALLTHOUGH */
/* FALLTHROUGH */
default:
if (integer_zerop (exp1))
{
@ -2026,7 +2026,7 @@ generate_bytecode_insns (tree exp, int target, struct jcf_partial *state)
emit_dup (TYPE_IS_WIDE (type) ? 2 : 1 , offset, state);
exp = lhs;
}
/* FALLTHOUGH */
/* FALLTHROUGH */
finish_assignment:
if (TREE_CODE (exp) == COMPONENT_REF)