From a2f49cbf98872e22f0e0d9554cf972b84d3bf15d Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 28 Apr 1988 14:50:27 +0000 Subject: [PATCH] corrected --- emtest/Makefile | 2 +- emtest/tests | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/emtest/Makefile b/emtest/Makefile index b20ae215..f03bfd0a 100644 --- a/emtest/Makefile +++ b/emtest/Makefile @@ -1,6 +1,6 @@ tested: last set -x ;\ - for i in `awk '{for(i=\$$1;i<=127;i++)print i}' last ` ;\ + for i in `awk '{for(i=\$$1;i<=151;i++)print i}' last ` ;\ do \ echo $$i; \ echo $$i >last; \ diff --git a/emtest/tests b/emtest/tests index e161eb69..cb97fb9a 100644 --- a/emtest/tests +++ b/emtest/tests @@ -3840,9 +3840,9 @@ OK bne *1 OK #endif -#ifdef W2S TEST 133: test adu W2S MAIN 0 +#ifdef W2S ldc 1 ldc 1 adu W2S @@ -3866,6 +3866,7 @@ OK zne *1 OK #endif +#endif TEST 134: test sbu W2S MAIN 0 ldc 1 @@ -3952,6 +3953,7 @@ OK #endif TEST 137: test rmu W2S MAIN 0 +#ifdef W2S ldc 15 ldc 5 rmu W2S