]> Shamusworld >> Repos - rmac/blobdiff - mach.c
Fix for bug #167
[rmac] / mach.c
diff --git a/mach.c b/mach.c
index 8be3c4da7f91b3f67d2ae6111a6df90455627b18..cca87e40ebed47244ce017d1cc9430d886115a65 100644 (file)
--- a/mach.c
+++ b/mach.c
@@ -2438,7 +2438,6 @@ int m_pload(WORD inst, WORD siz, WORD extension)
                        inst = 1;
                else
                        return error("illegal control register specified");
-
                break;
        case DREG:
                inst = (1 << 3) | a0reg;