diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-04 11:58:47 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-04 11:58:47 -0500 |
commit | 77cfb14f58aeaca5c4c1f10d6d679e05a3d128af (patch) | |
tree | 20824a0435127e5b303e72cecc15af2d872a8f8d | |
parent | f72e1d4b0298dcbf9fd695a93d969ca269ad0f30 (diff) | |
download | roux-77cfb14f58aeaca5c4c1f10d6d679e05a3d128af.tar.gz |
fix typo in emit tables
-rw-r--r-- | lisc/emit.c | 2 |
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" }, |