diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lexh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lexh.c b/tools/lexh.c index 1aea3e0..a07514e 100644 --- a/tools/lexh.c +++ b/tools/lexh.c @@ -25,7 +25,7 @@ char *tok[] = { "cgtd", "cged", "cned", "ceqd", "cod", "cuod", "vaarg", "vastart", "...", "env", - "call", "phi", "jmp", "jnz", "ret", "export", + "call", "phi", "jmp", "jnz", "ret", "hlt", "export", "function", "type", "data", "section", "align", "l", "w", "sh", "uh", "h", "sb", "ub", "b", "d", "s", "z", "loadw", "loadl", "loads", "loadd", |