summaryrefslogtreecommitdiff
path: root/x86
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2008-09-13 21:49:00 +0200
committerNiels Möller <nisse@lysator.liu.se>2008-09-13 21:49:00 +0200
commitb1afd407cdfba5808376c5d400d0381ff58720a9 (patch)
tree441dd26c8608d917d1182ab97567ceff4e39caab /x86
parent069047c3d501abcedc6013c3bf6f49890ad10002 (diff)
downloadnettle-b1afd407cdfba5808376c5d400d0381ff58720a9.tar.gz
Comment fix.
Rev: nettle/x86/aes.m4:1.6
Diffstat (limited to 'x86')
-rw-r--r--x86/aes.m41
1 files changed, 0 insertions, 1 deletions
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,