From 7a7277d56f9cfb1fa5a0ddac67bd3e5e6c182bd3 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Fri, 20 Sep 2013 03:18:19 +0200 Subject: [PATCH] Use correct "movzwl" opcode in src/stub/src/arch/i386/macros.S. --- src/stub/src/arch/i386/macros.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/src/arch/i386/macros.S b/src/stub/src/arch/i386/macros.S index 9ef66418..1ac038d8 100644 --- a/src/stub/src/arch/i386/macros.S +++ b/src/stub/src/arch/i386/macros.S @@ -472,7 +472,7 @@ decompr0: section LXJCC010 lxunf2: // have seen 0x80..0x8f of possible recoded 6-byte Jcc - movzxw ebp, [edi] // 2 bytes, zero-extended + movzwl ebp, [edi] // 2 bytes, zero-extended section LXMRU045 // 0!=n_mru sub ebp, __cto8_0f