From: Matt Birkholz Date: Tue, 19 Sep 2017 03:15:00 +0000 (-0700) Subject: microcode/cmpauxmd/i386.m4: typo X-Git-Tag: mit-scheme-pucked-9.2.12~14^2~23 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6a6efe648c4451fc8c9771a6d6617fe2ac4cde3e;p=mit-scheme.git microcode/cmpauxmd/i386.m4: typo --- 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