From f4667c0b05c661092568c56ff26a0a76526a8436 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 29 Jun 2016 12:35:38 +0100 Subject: [PATCH] as09: fix exg/tfr bug --- Applications/as09/mops.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.34.1