]> Shamusworld >> Repos - rmac/blobdiff - mach.c
Patch to fix lack of WORD sized symbol relocations by SainT.
[rmac] / mach.c
diff --git a/mach.c b/mach.c
index 747300228ba04432e0cad285c2480562c4f2a32e..e01ea88599b6ab892f2364c3291f7aefa473927e 100644 (file)
--- a/mach.c
+++ b/mach.c
@@ -1251,7 +1251,6 @@ int m_br30(WORD inst, WORD siz)
 //
 int m_bfop(WORD inst, WORD siz)
 {
-
     if ((bfval1 > 31) || (bfval1 < 0))
         return error("bfxxx offset: immediate value must be between 0 and 31");