summaryrefslogtreecommitdiff
path: root/acopy.asm
diff options
context:
space:
mode:
authorJohn van Groningen2013-07-26 12:09:24 +0000
committerJohn van Groningen2013-07-26 12:09:24 +0000
commit5d7cd6639031d4374704417866bf9a9af15592fc (patch)
tree10bb5d090f20ec84e0b4137e8a1c23b018420085 /acopy.asm
parentif PIC is defined, adjust to modified descriptors for position independent code (diff)
fix register name (d3 instead of rd3)
Diffstat (limited to 'acopy.asm')
-rw-r--r--acopy.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/acopy.asm b/acopy.asm
index 4e3dcc1..9410d6a 100644
--- a/acopy.asm
+++ b/acopy.asm
@@ -1114,7 +1114,7 @@ copy_strict_record_selector_2:
je copy_arity_1_node2_
ifdef PIC
- movsxd rd3,dword ptr (-8)[rcx]
+ movsxd d3,dword ptr (-8)[rcx]
else
mov d3d,dword ptr (-8)[rcx]
endif