fix throws opcode
This commit is contained in:
parent
2e639fbcee
commit
53457cbb97
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue