diff options
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index d669cb9..e07f84d 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -2191,6 +2191,7 @@ process_jvm_instruction (PC, byte_ops, length) tree where = lookup_label (oldpc+OPERAND_VALUE); \ tree ret = lookup_label (PC); \ build_java_jsr (where, ret); \ + load_type_state (ret); \ } /* Push a constant onto the stack. */ |