summaryrefslogtreecommitdiff
path: root/amark.asm
diff options
context:
space:
mode:
authorJohn van Groningen2013-06-28 15:23:57 +0000
committerJohn van Groningen2013-06-28 15:23:57 +0000
commit30d036869fbbfdee11ba4edb92a866bcd6a9793f (patch)
tree81ff01596cec539895d993de7b9e7d9480a7f913 /amark.asm
parentif PIC is defined, make some code position independent (diff)
remove a ]
Diffstat (limited to 'amark.asm')
-rw-r--r--amark.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/amark.asm b/amark.asm
index de925d0..e6f62dc 100644
--- a/amark.asm
+++ b/amark.asm
@@ -457,7 +457,7 @@ fits_in_word_1:
shr rbx,8
ifdef PIC
- lea r9,bit_set_table2+0]
+ lea r9,bit_set_table2+0
mov esi,dword ptr [r9+rax]
else
mov esi,dword ptr (bit_set_table2)[rax]