diff --git a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/script/GhidraScriptTableModel.java b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/script/GhidraScriptTableModel.java index b51366ca68..b14527de63 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/script/GhidraScriptTableModel.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/script/GhidraScriptTableModel.java @@ -255,15 +255,17 @@ class GhidraScriptTableModel extends GDynamicColumnTableModelImplementation note: - * if this class is constructed with a {@code hasProgrees} value of {@code false}, + * if this class is constructed with a {@code hasProgress} value of {@code false}, * then an activity component will be shown, not a progress monitor. Any calls to update * progress will not affect the display. However, the display can be converted to use progress * by first calling {@link #setIndeterminate(boolean)} with a {@code false} value and then calling diff --git a/Ghidra/Processors/SuperH/data/languages/superh.cspec b/Ghidra/Processors/SuperH/data/languages/superh.cspec index 2a06d7a5a0..0114e1f5f8 100644 --- a/Ghidra/Processors/SuperH/data/languages/superh.cspec +++ b/Ghidra/Processors/SuperH/data/languages/superh.cspec @@ -29,6 +29,19 @@ + + + + + + + + + + + + + @@ -46,6 +59,9 @@ + + + diff --git a/Ghidra/Processors/SuperH/data/languages/superh.sinc b/Ghidra/Processors/SuperH/data/languages/superh.sinc index 894f9f3c8f..ee7e5a7c41 100644 --- a/Ghidra/Processors/SuperH/data/languages/superh.sinc +++ b/Ghidra/Processors/SuperH/data/languages/superh.sinc @@ -2228,7 +2228,7 @@ define pcodeop Sleep_Standby; # FSUB FRm, FRn 1111nnnnmmmm0001 FRn - FRm → FRn :fsub ffrm_04_07, ffrn_08_11 is fop_12_15=0b1111 & ffrn_08_11 & ffrm_04_07 & fop_00_03=0b0001 { - ffrn_08_11 = ffrn_08_11 - ffrm_04_07; + ffrn_08_11 = ffrn_08_11 f- ffrm_04_07; } # TODO: FSUB DRm, DRn 1111nnn0mmm00001 DRn - DRm → DRn