diff --git a/androscalpel/src/instructions.rs b/androscalpel/src/instructions.rs index 7d93c24..dc44fef 100644 --- a/androscalpel/src/instructions.rs +++ b/androscalpel/src/instructions.rs @@ -24053,7 +24053,7 @@ impl MulLong2Addr { /// Return the raw instruction ([`InsFormat`]). pub fn get_raw_ins(&self) -> InsFormat { InsFormat::Format12X { - op: 0xbc, + op: 0xbd, va: self.dest, vb: self.b, }