From 8482d6776bdef963aa0f256f3d031dfee5213504 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 28 Apr 1987 15:09:39 +0000 Subject: [PATCH] Another error in the test --- emtest/test.h | 4 ++-- emtest/tests | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/emtest/test.h b/emtest/test.h index 9f15d82ec..ff93f1095 100644 --- a/emtest/test.h +++ b/emtest/test.h @@ -4,5 +4,5 @@ * See the copyright notice in the ACK home directory, in the file "Copyright". */ #undef W2S -#undef FS -#undef F2S +#define FS 4 +#define F2S 8 diff --git a/emtest/tests b/emtest/tests index 8625d4da8..692acab7e 100644 --- a/emtest/tests +++ b/emtest/tests @@ -408,8 +408,8 @@ TEST 020: test ldf MAIN 20 loc 123 loc 77 - sdl -4 - lal -9 + sdl -8 + lal -13 ldf 5 loc 77 bne *1 @@ -546,9 +546,9 @@ MAIN 20 loc 102 #endif loc 103 - lal -14 + lal -16 sti 4 - lol -14 + lol -16 loc 103 bne *1 OK @@ -597,10 +597,10 @@ MAIN 20 loc 102 #endif loc 103 - lal -14 + lal -16 loc 4 sts WS - lol -14 + lol -16 loc 103 bne *1 OK -- 2.34.1