Skip to content

Commit 73148cc

Browse files
committed
rs: fix tests on windows
1 parent d8398a4 commit 73148cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capstone-rs/src/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2184,7 +2184,7 @@ fn test_arch_loongarch_detail() {
21842184
LoongArchOperand {
21852185
op_type: loongarch::LoongArchOperandType::Mem(LoongArchOpMem(
21862186
loongarch_op_mem {
2187-
base: LOONGARCH_REG_SP,
2187+
base: LOONGARCH_REG_SP as c_uint,
21882188
index: 0,
21892189
disp: 8,
21902190
},

0 commit comments

Comments
 (0)