mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 21:51:47 +00:00
318e4af955
The decompiler rule `subflow_convert` would sometimes swap the inputs to the P-Code ops `FLOAT_LESS` and `FLOAT_LESSEQUAL` if the float that was traced happened to be the second input of the operation, because the transformed operation had its inputs hardcoded: the traced float would always be the first input. While this also affected `FLOAT_EQUAL` and `FLOAT_NOTEQUAL`, it does not matter in those cases, because swapping the inputs for those operations is still logically equivalent. Fixes #6528. |
||
---|---|---|
.. | ||
Configurations/Public_Release | ||
Debug | ||
Extensions | ||
Features | ||
Framework | ||
Processors | ||
RuntimeScripts | ||
Test | ||
.gitattributes | ||
.gitignore | ||
application.properties | ||
certification.local.manifest |