Fix naming

This commit is contained in:
mio
2025-03-20 16:55:34 +08:00
parent 8afc23a839
commit 11a280cdbe

View File

@@ -145,8 +145,8 @@ bitflags! {
#[repr(C)]
#[derive(Copy, Clone)]
pub struct TcgOpFlag: i32 {
const FLAG_CMP = 1;
const FLAG_DIRECT = 2;
const CMP = 1;
const DIRECT = 2;
}
}