From 6a6efe648c4451fc8c9771a6d6617fe2ac4cde3e Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 18 Sep 2017 20:15:00 -0700 Subject: [PATCH] microcode/cmpauxmd/i386.m4: typo --- src/microcode/cmpauxmd/i386.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/cmpauxmd/i386.m4 b/src/microcode/cmpauxmd/i386.m4 index aea85be5d..a34a61b0d 100644 --- a/src/microcode/cmpauxmd/i386.m4 +++ b/src/microcode/cmpauxmd/i386.m4 @@ -683,7 +683,7 @@ interface_to_scheme_proceed: # Re_Enter_Interpreter which probably clobbered both. OP(mov,l) TW(REG(esp),EVR(C_Stack_Pointer)) OP(mov,l) TW(EVR(stack_pointer),REG(esp)) - OP(mov,l) TW(REG(ebp),EVT(C_Frame_Pointer)) + OP(mov,l) TW(REG(ebp),EVR(C_Frame_Pointer)) OP(mov,l) TW(IMM(ADDRESS_MASK),rmask) # = %ebp OP(mov,l) TW(REG(eax),REG(ecx)) # Preserve if used OP(and,l) TW(rmask,REG(ecx)) # Restore potential dynamic link -- 2.25.1