From 5d7cd6639031d4374704417866bf9a9af15592fc Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 26 Jul 2013 12:09:24 +0000 Subject: fix register name (d3 instead of rd3) --- acopy.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acopy.asm') 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 -- cgit v1.2.3