Use correct "movzwl" opcode in src/stub/src/arch/i386/macros.S.

This commit is contained in:
Markus F.X.J. Oberhumer
2013-09-20 03:18:19 +02:00
parent 76be5dd1d3
commit 7a7277d56f
+1 -1
View File
@@ -472,7 +472,7 @@ decompr0:
section LXJCC010
lxunf2: // have seen 0x80..0x8f of possible recoded 6-byte Jcc <d32>
movzxw ebp, [edi] // 2 bytes, zero-extended
movzwl ebp, [edi] // 2 bytes, zero-extended
section LXMRU045 // 0!=n_mru
sub ebp, __cto8_0f