8020121: PPC64: fix build in cppInterpreter after 8019519

Reviewed-by: kvn
This commit is contained in:
Goetz Lindenmaier 2013-07-09 14:28:07 +02:00
parent 6514fe6794
commit 1519be5241

View File

@ -2760,7 +2760,7 @@ run:
case T_BYTE: case T_BYTE:
case T_CHAR: case T_CHAR:
case T_INT: case T_INT:
SET_STACK_INT(->earlyret_value().i, 0); SET_STACK_INT(ts->earlyret_value().i, 0);
MORE_STACK(1); MORE_STACK(1);
break; break;
case T_LONG: case T_LONG: