Skip to content

Commit 4df3796

Browse files
committed
rs: fix tests on windows
1 parent 7644558 commit 4df3796

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
@@ -2091,7 +2091,7 @@ fn test_arch_loongarch_detail() {
20912091
LoongArchOperand {
20922092
op_type: loongarch::LoongArchOperandType::Mem(LoongArchOpMem(
20932093
loongarch_op_mem {
2094-
base: LOONGARCH_REG_SP,
2094+
base: LOONGARCH_REG_SP as c_uint,
20952095
index: 0,
20962096
disp: 8,
20972097
},

0 commit comments

Comments
 (0)