mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-23 04:32:12 +00:00
Merge remote-tracking branch
'origin/GP-2937_ghidorahrex_PR-4664_RootCubed_fsel_fix_2' (Closes #4664)
This commit is contained in:
commit
ae6322ba36
@ -1918,7 +1918,7 @@
|
||||
local tmpfB = fB;
|
||||
zero:4=0;
|
||||
fD=fC;
|
||||
if (tmpfA f> int2float(zero)) goto inst_next;
|
||||
if (tmpfA f>= int2float(zero)) goto inst_next;
|
||||
fD=tmpfB;
|
||||
}
|
||||
|
||||
@ -1929,9 +1929,10 @@
|
||||
local tmpfB = fB;
|
||||
zero:4=0;
|
||||
fD=fC;
|
||||
cr1flags();
|
||||
if (tmpfA f> int2float(zero)) goto inst_next;
|
||||
if (tmpfA f>= int2float(zero)) goto <end>;
|
||||
fD=tmpfB;
|
||||
<end>
|
||||
cr1flags();
|
||||
}
|
||||
|
||||
#fsqrt f0r,fr0 0xfc 00 00 2c
|
||||
|
Loading…
Reference in New Issue
Block a user