syscall: add test with effective wsz=0
This commit is contained in:
parent
7d33692be6
commit
e948e34fbc
@ -182,6 +182,7 @@ asm_tests = {
|
|||||||
'read-ps-ex-1': {},
|
'read-ps-ex-1': {},
|
||||||
'read-ps-ex-unaligned-1': { 'should_fail': true },
|
'read-ps-ex-unaligned-1': { 'should_fail': true },
|
||||||
'write-ps-ex-1': {},
|
'write-ps-ex-1': {},
|
||||||
|
'zero-wsz-1': {},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
9
tests/asm/syscall/zero-wsz-1.S
Normal file
9
tests/asm/syscall/zero-wsz-1.S
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#include "test_start.S"
|
||||||
|
|
||||||
|
{
|
||||||
|
setwd wsz=8, nfx=1
|
||||||
|
sdisp %ctpr1, 0x3
|
||||||
|
}
|
||||||
|
call %ctpr1, wbs=8
|
||||||
|
|
||||||
|
#include "test_end.S"
|
Loading…
Reference in New Issue
Block a user