fix throws opcode

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-01-27 01:06:09 +01:00
parent 2e639fbcee
commit 53457cbb97
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -6769,7 +6769,7 @@ impl Throw {
/// Return the raw instruction ([`InsFormat`]). /// Return the raw instruction ([`InsFormat`]).
pub fn get_raw_ins(&self) -> InsFormat { pub fn get_raw_ins(&self) -> InsFormat {
InsFormat::Format11X { InsFormat::Format11X {
op: 0x26, op: 0x27,
va: self.reg, va: self.reg,
} }
} }