ct: add call with wbs greater than wsz
This commit is contained in:
parent
d25dc76ff1
commit
d485af85f2
13
tests/asm/ct/call-2.S
Normal file
13
tests/asm/ct/call-2.S
Normal file
@ -0,0 +1,13 @@
|
||||
#include "test_start.S"
|
||||
|
||||
{
|
||||
setwd wsz=8, nfx=1
|
||||
disp %ctpr1, 0f
|
||||
}
|
||||
call %ctpr1, wbs=16
|
||||
|
||||
#include "test_end.S"
|
||||
|
||||
0:
|
||||
return %ctpr3
|
||||
ct %ctpr3
|
@ -75,6 +75,7 @@ asm_tests = {
|
||||
'ibranch-1': {},
|
||||
'ct-1': {},
|
||||
'call-1': {},
|
||||
'call-2': { 'should_fail': true },
|
||||
'call-invalidate-pregs-1': {},
|
||||
'call-invalidate-pregs-2': { 'should_fail': true },
|
||||
'call-reset-ctpr-1': { 'should_fail': true },
|
||||
|
Loading…
Reference in New Issue
Block a user