Booleans in a MicroInstruction are now Mnemonics
[Mograsim.git] / net.mograsim.plugin.core / src / net / mograsim / plugin / tables / mi / InstructionView.java
index 0af63e5..846d9ab 100644 (file)
@@ -126,7 +126,7 @@ public class InstructionView extends ViewPart
                switch (parameterClassification.getExpectedType())
                {
                case BOOLEAN_IMMEDIATE:
-                       return new BooleanEditingSupport(viewer, index);
+                       return new BooleanEditingSupport(viewer, miDef, index);
                case INTEGER_IMMEDIATE:
                        return new IntegerEditingSupport(viewer, miDef, index, new DisplaySettings(NumberType.DECIMAL));
                case MNEMONIC: