as09: fix exg/tfr bug
authorAlan Cox <alan@linux.intel.com>
Wed, 29 Jun 2016 11:35:38 +0000 (12:35 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 29 Jun 2016 11:35:38 +0000 (12:35 +0100)
Applications/as09/mops.c

index fa6d9e7..8cad14e 100644 (file)
@@ -2790,6 +2790,7 @@ void mswap(void)
                error(ILLREG);  /* registers not of same size */
        }
     }
+    getsym();
 }
 
 /* PSHU and PULU */