Remove bogus conversion from test which was causing failure; you're not allowed
to do cui or ciu with sizes smaller than a word.
This commit is contained in:
parent
5d519b79f7
commit
3892b7e0e6
|
@ -25,9 +25,6 @@ size
|
||||||
dup 20 /* 2nd copy */
|
dup 20 /* 2nd copy */
|
||||||
lae size
|
lae size
|
||||||
loi 2
|
loi 2
|
||||||
loc 2
|
|
||||||
loc EM_WSIZE
|
|
||||||
cuu
|
|
||||||
dus EM_WSIZE /* 3rd copy */
|
dus EM_WSIZE /* 3rd copy */
|
||||||
|
|
||||||
cal $check
|
cal $check
|
||||||
|
|
Loading…
Reference in a new issue