corrected
This commit is contained in:
parent
88acb4c4d9
commit
6fa999d162
|
@ -1,6 +1,6 @@
|
||||||
tested: last
|
tested: last
|
||||||
set -x ;\
|
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 \
|
do \
|
||||||
echo $$i; \
|
echo $$i; \
|
||||||
echo $$i >last; \
|
echo $$i >last; \
|
||||||
|
|
|
@ -3840,9 +3840,9 @@ OK
|
||||||
bne *1
|
bne *1
|
||||||
OK
|
OK
|
||||||
#endif
|
#endif
|
||||||
#ifdef W2S
|
|
||||||
TEST 133: test adu W2S
|
TEST 133: test adu W2S
|
||||||
MAIN 0
|
MAIN 0
|
||||||
|
#ifdef W2S
|
||||||
ldc 1
|
ldc 1
|
||||||
ldc 1
|
ldc 1
|
||||||
adu W2S
|
adu W2S
|
||||||
|
@ -3866,6 +3866,7 @@ OK
|
||||||
zne *1
|
zne *1
|
||||||
OK
|
OK
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
TEST 134: test sbu W2S
|
TEST 134: test sbu W2S
|
||||||
MAIN 0
|
MAIN 0
|
||||||
ldc 1
|
ldc 1
|
||||||
|
@ -3952,6 +3953,7 @@ OK
|
||||||
#endif
|
#endif
|
||||||
TEST 137: test rmu W2S
|
TEST 137: test rmu W2S
|
||||||
MAIN 0
|
MAIN 0
|
||||||
|
#ifdef W2S
|
||||||
ldc 15
|
ldc 15
|
||||||
ldc 5
|
ldc 5
|
||||||
rmu W2S
|
rmu W2S
|
||||||
|
|
Loading…
Reference in a new issue