From 36946a5142c40b733d25ea5ca469f7949ee03439 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 18 Aug 2023 15:12:56 +0200 Subject: file,loc become dbgfile,dbgloc --- tools/lexh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/lexh.c') 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", -- cgit 1.4.1