fix mul-long/2addr serialization
This commit is contained in:
parent
7c83122fcb
commit
f5b5957ff5
1 changed files with 1 additions and 1 deletions
|
|
@ -24053,7 +24053,7 @@ impl MulLong2Addr {
|
||||||
/// 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::Format12X {
|
InsFormat::Format12X {
|
||||||
op: 0xbc,
|
op: 0xbd,
|
||||||
va: self.dest,
|
va: self.dest,
|
||||||
vb: self.b,
|
vb: self.b,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue