From b1afd407cdfba5808376c5d400d0381ff58720a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 13 Sep 2008 21:49:00 +0200 Subject: [PATCH] Comment fix. Rev: nettle/x86/aes.m4:1.6 --- x86/aes.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/x86/aes.m4 b/x86/aes.m4 index ad311a7d..cf89d30d 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, -- GitLab