You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When cycling through the floating point dataypes in the data section of the Listing Panel, the datatype longdouble is missing from the cycle.
To Reproduce
Steps to reproduce the behavior:
Pick any application to RE.
Find some data area.
Press key f several times to cycle through the floating point datatypes.
See float and double, but no longdouble!
Expected behavior
All floating point dataypes should be cycled through.
Screenshots
N/A.
Attachments
N/A.
Environment (please complete the following information):
OS: Windows 11
Java Version: Temurin-21.0.3+9
Ghidra Version: 11.3-DEV
Ghidra Origin: locally built
Additional context
Update the constructor of Java class FloatCycleGroup to the following to solve the issue:
Describe the bug
When cycling through the floating point dataypes in the data section of the Listing Panel, the datatype
longdouble
is missing from the cycle.To Reproduce
Steps to reproduce the behavior:
f
several times to cycle through the floating point datatypes.float
anddouble
, but nolongdouble
!Expected behavior
All floating point dataypes should be cycled through.
Screenshots
N/A.
Attachments
N/A.
Environment (please complete the following information):
Additional context
Update the constructor of Java class
FloatCycleGroup
to the following to solve the issue:The text was updated successfully, but these errors were encountered: