From 6fd2624083b72690a3c4d9f61f5c51a61d0f2b00 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Mon, 3 Jun 2013 22:48:17 +0000 Subject: fix incorrect scale factor in comment --- libinterp/comp-386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libinterp') diff --git a/libinterp/comp-386.c b/libinterp/comp-386.c index 8305ccce..916e3c34 100644 --- a/libinterp/comp-386.c +++ b/libinterp/comp-386.c @@ -1424,7 +1424,7 @@ comp(Inst *i) gen2((0<<6)|(RBX<<3)|RAX, O(String, data)); gen2(Ojmpb, 5); genb(0x0f); - gen2(Omovzxw, (1<<6)|(0<<3)|4); /* movzwx 12(AX)(RBX*4), RAX */ + gen2(Omovzxw, (1<<6)|(0<<3)|4); /* movzwx 12(AX)(RBX*2), RAX */ gen2((1<<6)|(RBX<<3)|RAX, O(String, data)); opwst(i, Ostw, RAX); break; -- cgit v1.2.3