diff --git a/androscalpel/src/instructions.rs b/androscalpel/src/instructions.rs index d3888f6..1addbc5 100644 --- a/androscalpel/src/instructions.rs +++ b/androscalpel/src/instructions.rs @@ -6769,7 +6769,7 @@ impl Throw { /// Return the raw instruction ([`InsFormat`]). pub fn get_raw_ins(&self) -> InsFormat { InsFormat::Format11X { - op: 0x26, + op: 0x27, va: self.reg, } }