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