commit 77cfb14f58aeaca5c4c1f10d6d679e05a3d128af
parent f72e1d4b0298dcbf9fd695a93d969ca269ad0f30
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Thu, 4 Feb 2016 11:58:47 -0500
fix typo in emit tables
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisc/emit.c b/lisc/emit.c
@@ -46,7 +46,7 @@ static struct {
{ OAnd, Ki, "+and%k %1, %0" },
{ OMul, Ki, "+imul%k %1, %0" },
{ ODiv, Ka, "-div%k %1, %0" },
- { OStorel, Ki, "movt q %L0, %M1" },
+ { OStorel, Ki, "movq %L0, %M1" },
{ OStorew, Ki, "movl %W0, %M1" },
{ OStoreh, Ki, "movw %H0, %M1" },
{ OStoreb, Ki, "movb %B0, %M1" },