Fix val
This commit is contained in:
@@ -137,7 +137,7 @@ bitflags! {
|
|||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
#[derive(Copy, Clone)]
|
#[derive(Copy, Clone)]
|
||||||
pub struct TcgOp: i32 {
|
pub struct TcgOp: i32 {
|
||||||
const SUB = 1;
|
const SUB = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user