fix mul-long/2addr serialization

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

View file

@ -24053,7 +24053,7 @@ impl MulLong2Addr {
/// Return the raw instruction ([`InsFormat`]).
pub fn get_raw_ins(&self) -> InsFormat {
InsFormat::Format12X {
op: 0xbc,
op: 0xbd,
va: self.dest,
vb: self.b,
}