mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Merge remote-tracking branch 'origin/GP-4684_caheckman_PR-6540_LukeSerne_decomp-fix-subflow-float-less-input-order'
This commit is contained in:
commit
4816e3945f
1 changed files with 2 additions and 2 deletions
|
@ -2654,8 +2654,8 @@ bool SubfloatFlow::traceForward(TransformVar *rvn)
|
|||
}
|
||||
if (preexistingGuard(slot, rvn2)) {
|
||||
TransformOp *rop = newPreexistingOp(2, op->code(), op);
|
||||
opSetInput(rop, rvn, 0);
|
||||
opSetInput(rop, rvn2, 1);
|
||||
opSetInput(rop, rvn, slot);
|
||||
opSetInput(rop, rvn2, 1 - slot);
|
||||
terminatorCount += 1;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue