diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2023-08-18 15:12:56 +0200 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2023-08-18 15:12:56 +0200 |
commit | 36946a5142c40b733d25ea5ca469f7949ee03439 (patch) | |
tree | 3ee6583dc78c2f1c24264edc44953ca010d24b9f /tools | |
parent | baf11b7175c468d3d9408d332b1c0d529a4957ee (diff) | |
download | roux-36946a5142c40b733d25ea5ca469f7949ee03439.tar.gz |
file,loc become dbgfile,dbgloc
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lexh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lexh.c b/tools/lexh.c index 8883976..1b4a7fb 100644 --- a/tools/lexh.c +++ b/tools/lexh.c @@ -23,10 +23,10 @@ char *tok[] = { "ceql", "cnel", "cles", "clts", "cgts", "cges", "cnes", "ceqs", "cos", "cuos", "cled", "cltd", "cgtd", "cged", "cned", "ceqd", "cod", "cuod", - "vaarg", "vastart", "...", "env", "loc", + "vaarg", "vastart", "...", "env", "dbgloc", "call", "phi", "jmp", "jnz", "ret", "hlt", "export", - "function", "type", "data", "section", "align", "file", + "function", "type", "data", "section", "align", "dbgfile", "blit", "l", "w", "sh", "uh", "h", "sb", "ub", "b", "d", "s", "z", "loadw", "loadl", "loads", "loadd", "alloc1", "alloc2", |