GT-3081 Fixed JVM bytecode I2D operation to correctly push an 8 byte

double result.
This commit is contained in:
emteere 2019-08-23 15:14:36 -04:00
parent b4b836c8a9
commit e03d8cf8ed

View File

@ -1038,7 +1038,7 @@ Default:"default" addr is defaultbyte1; defaultbyte2; defaultbyte3; defaultbyte4
pop(_value);
_resultAsLong = sext(_value);
_resultAsDouble = int2float(_resultAsLong);
push(_resultAsDouble);
push2(_resultAsDouble);
}
:i2f is (in_table_switch=0 & in_lookup_switch=0 & op=0x86)