summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-04 11:58:47 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-04 11:58:47 -0500
commit77cfb14f58aeaca5c4c1f10d6d679e05a3d128af (patch)
tree20824a0435127e5b303e72cecc15af2d872a8f8d /lisc
parentf72e1d4b0298dcbf9fd695a93d969ca269ad0f30 (diff)
downloadroux-77cfb14f58aeaca5c4c1f10d6d679e05a3d128af.tar.gz
fix typo in emit tables
Diffstat (limited to 'lisc')
-rw-r--r--lisc/emit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/emit.c b/lisc/emit.c
index b14a6d3..e0fb5b4 100644
--- 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" },