Skip to content

Commit 8afc23a

Browse files
committed
Add TcgOp
1 parent a09b822 commit 8afc23a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bindings/rust/src/unicorn_const.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@ bitflags! {
133133
}
134134
}
135135

136+
bitflags! {
137+
#[repr(C)]
138+
#[derive(Copy, Clone)]
139+
pub struct TcgOp: i32 {
140+
const SUB = 1;
141+
}
142+
}
143+
136144
bitflags! {
137145
#[repr(C)]
138146
#[derive(Copy, Clone)]

0 commit comments

Comments
 (0)