X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=mach.c;h=550db6129b6008d25d2cc1e06fb045e5e5762f70;hp=a108f4440ce21cd68616696bfdd5fe0756e4ba26;hb=75969398d9b8a9f82ea76fc4e4cbfb97b11160a4;hpb=b10167d55798ea184f97fafda075255c0852f3b6 diff --git a/mach.c b/mach.c index a108f44..550db61 100644 --- a/mach.c +++ b/mach.c @@ -516,7 +516,7 @@ int m_movep(WORD inst, WORD siz) D_word(inst); if (am1 == AIND) - D_word(0); + D_word(0) else ea1gen(siz); } @@ -526,7 +526,7 @@ int m_movep(WORD inst, WORD siz) D_word(inst); if (am0 == AIND) - D_word(0); + D_word(0) else ea0gen(siz); } @@ -545,7 +545,10 @@ int m_br(WORD inst, WORD siz) if (a0exattr & DEFINED) { if ((a0exattr & TDB) != cursect) +//{ +//printf("m_br(): a0exattr = %X, cursect = %X, a0exval = %X, sloc = %X\n", a0exattr, cursect, a0exval, sloc); return error(rel_error); +//} v = a0exval - (sloc + 2);