mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8020121: PPC64: fix build in cppInterpreter after 8019519
Reviewed-by: kvn
This commit is contained in:
parent
6514fe6794
commit
1519be5241
1 changed files with 1 additions and 1 deletions
|
@ -2760,7 +2760,7 @@ run:
|
|||
case T_BYTE:
|
||||
case T_CHAR:
|
||||
case T_INT:
|
||||
SET_STACK_INT(->earlyret_value().i, 0);
|
||||
SET_STACK_INT(ts->earlyret_value().i, 0);
|
||||
MORE_STACK(1);
|
||||
break;
|
||||
case T_LONG:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue