summaryrefslogtreecommitdiff
path: root/amark_prefetch.asm
diff options
context:
space:
mode:
authorJohn van Groningen2013-07-01 13:19:17 +0000
committerJohn van Groningen2013-07-01 13:19:17 +0000
commit9ed992636d452e264698e64bb792fcb61f2e91ba (patch)
tree8028e028ac13d45285521361176f7d4a80d9d801 /amark_prefetch.asm
parentif PIC is defined, make more code position independent (diff)
remove space after +0
Diffstat (limited to 'amark_prefetch.asm')
-rw-r--r--amark_prefetch.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/amark_prefetch.asm b/amark_prefetch.asm
index e1eeb51..e38ad99 100644
--- a/amark_prefetch.asm
+++ b/amark_prefetch.asm
@@ -183,7 +183,7 @@ pmark_add_items2:
prefetch [rcx]
ifdef PIC
- lea r9,queue+0
+ lea r9,queue+0
mov qword ptr [r9+r8],rcx
else
mov qword ptr (queue)[r8],rcx