mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-28 23:21:46 +00:00
GT-3081 Fixed JVM bytecode I2D operation to correctly push an 8 byte
double result.
This commit is contained in:
parent
b4b836c8a9
commit
e03d8cf8ed
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user