fix dev-lon/2addr serialization

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-02-08 14:43:19 +01:00
parent abe7fb6a50
commit 7c83122fcb
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -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,
} }