X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=mach.c;h=e01ea88599b6ab892f2364c3291f7aefa473927e;hp=747300228ba04432e0cad285c2480562c4f2a32e;hb=ada93ab0c3763d4a4ab607cbc73c24d74bc94ff4;hpb=c0bdc914edf683ad221f2d733edcde749eb2cdfe diff --git a/mach.c b/mach.c index 7473002..e01ea88 100644 --- 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");