mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 15:40:14 +00:00
Merge remote-tracking branch
'origin/GP-3187_ghidorahrex_PR-5093_rbran_m68k_export_0_fix' (Closes #5093, Closes #5094)
This commit is contained in:
commit
82ba4831b6
@ -2056,7 +2056,7 @@ fcc: "un" is fcode=0x08 { tmp:1 = $(NAN_FP); clearflags_fp(); export tmp; }
|
||||
|
||||
fcc: "f" is fcode=0x00 { export 0:1; }
|
||||
fcc: "t" is fcode=0x0f { export 1:1; }
|
||||
fcc: "sf" is fcode=0x10 { export 0:0; }
|
||||
fcc: "sf" is fcode=0x10 { export 0:1; }
|
||||
fcc: "st" is fcode=0x1f { export 1:1; }
|
||||
fcc: "seq" is fcode=0x11 { tmp:1 = $(Z_FP); clearflags_fp(); export tmp; }
|
||||
fcc: "sne" is fcode=0x1e { tmp:1 = $(Z_FP); clearflags_fp(); export tmp; }
|
||||
|
Loading…
Reference in New Issue
Block a user