fix dev-lon/2addr serialization
This commit is contained in:
parent
abe7fb6a50
commit
7c83122fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -24185,7 +24185,7 @@ impl DivLong2Addr {
|
||||||
/// 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: 0xbe,
|
||||||
va: self.dest,
|
va: self.dest,
|
||||||
vb: self.b,
|
vb: self.b,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue