Fix references incorrectly marked with EVR().
authorChris Hanson <org/chris-hanson/cph>
Mon, 19 Aug 2019 22:33:00 +0000 (15:33 -0700)
committerChris Hanson <org/chris-hanson/cph>
Mon, 19 Aug 2019 22:33:00 +0000 (15:33 -0700)
src/microcode/cmpauxmd/x86-64.m4

index 8089b3e7255bc40f6ecafe302de0a3846e32ad1f..0b2ee76fb4e5f26bbff63d17a08d6f3aa8dc7612 100644 (file)
@@ -635,7 +635,7 @@ define_hook_label(apply_setup)
 asm_apply_setup_fail:
        # Load the fallback address into rax, where compiled code will
        # jump.
-       OP(lea,q)       TW(ABS(EVR(asm_sc_apply_generic)),REG(rax))
+       OP(lea,q)       TW(ABS(asm_sc_apply_generic),REG(rax))
        ret
 
 define(define_apply_setup_fixed_size,
@@ -654,7 +654,7 @@ define_hook_label(apply_setup_size_$1)
        ret
 
 asm_apply_setup_size_$1_fail:
-       OP(lea,q)       TW(ABS(EVR(asm_sc_apply_generic)),REG(rax))
+       OP(lea,q)       TW(ABS(asm_sc_apply_generic),REG(rax))
        OP(mov,q)       TW(IMM(HEX($1)),REG(rdx))
        ret')