Rename BinaryImm format to BinaryImm64
This commit is contained in:
@@ -306,7 +306,7 @@ impl InstructionData {
|
||||
let bit_width = ctrl_typevar.bits();
|
||||
|
||||
match self {
|
||||
Self::BinaryImm {
|
||||
Self::BinaryImm64 {
|
||||
opcode,
|
||||
arg: _,
|
||||
imm,
|
||||
|
||||
Reference in New Issue
Block a user