diff --git a/x86/aes.m4 b/x86/aes.m4 index ad311a7db8baf5464371411408bce1e55146a880..cf89d30d23944747b719f1b535e4c6615cac6490 100644 --- a/x86/aes.m4 +++ b/x86/aes.m4 @@ -1,5 +1,4 @@ dnl LREG(reg) gives the 8-bit register corresponding to the given 32-bit register. -dnl Use in AES_SUBST_BYTE below, and is used by both the x86 and the x86_64 assembler. define(<LREG>,<ifelse( $1, %eax, %al, $1, %ebx, %bl,