Skip to content

Commit 77ff220

Browse files
committed
Add access CS_AC_READ/WRITE check to loongarch tests
Access type validation is added to tests/details/loongarch.yaml to strengthen the new tests introduced in pull request #2701.
1 parent 2ac2a14 commit 77ff220

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/details/loongarch.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,11 @@ test_cases:
128128
-
129129
type: LOONGARCH_OP_REG
130130
reg: t0
131+
access: CS_AC_WRITE
131132
-
132133
type: LOONGARCH_OP_MEM
133134
mem_base: t4
134135
mem_disp: -1
136+
access: CS_AC_READ
135137
regs_read: [ t4 ]
136138
regs_write: [ t0 ]

0 commit comments

Comments
 (0)