From: Alan Cox Date: Wed, 29 Jun 2016 11:35:38 +0000 (+0100) Subject: as09: fix exg/tfr bug X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f4667c0b05c661092568c56ff26a0a76526a8436;p=FUZIX.git as09: fix exg/tfr bug --- diff --git a/Applications/as09/mops.c b/Applications/as09/mops.c index fa6d9e7a..8cad14e3 100644 --- a/Applications/as09/mops.c +++ b/Applications/as09/mops.c @@ -2790,6 +2790,7 @@ void mswap(void) error(ILLREG); /* registers not of same size */ } } + getsym(); } /* PSHU and PULU */