diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2017-04-08 21:31:59 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2017-04-08 22:09:55 -0400 |
commit | 61090c758d36f3919a222efe01c9794fdf7987ef (patch) | |
tree | b7329a9a5ef93cff5d4a96daf0cfed0e4c8247dd /parse.c | |
parent | 96836855a55cd28f1449b4a58d1e5301669350c0 (diff) | |
download | roux-61090c758d36f3919a222efe01c9794fdf7987ef.tar.gz |
new arm64 backend, yeepee
Diffstat (limited to 'parse.c')
-rw-r--r-- | parse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/parse.c b/parse.c index 81cbe9e..5631bc2 100644 --- a/parse.c +++ b/parse.c @@ -1203,6 +1203,9 @@ printfn(Fn *fn, FILE *f) case Oarg: case Oswap: case Oxcmp: + case Oacmp: + case Oacmn: + case Oafcmp: case Oxtest: case Oxdiv: case Oxidiv: |