Skip to content

Commit 11a280c

Browse files
committed
Fix naming
1 parent 8afc23a commit 11a280c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/rust/src/unicorn_const.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ bitflags! {
145145
#[repr(C)]
146146
#[derive(Copy, Clone)]
147147
pub struct TcgOpFlag: i32 {
148-
const FLAG_CMP = 1;
149-
const FLAG_DIRECT = 2;
148+
const CMP = 1;
149+
const DIRECT = 2;
150150
}
151151
}
152152

0 commit comments

Comments
 (0)