diff options
| author | Quentin Carbonneaux <[email protected]> | 2024-04-12 11:32:36 +0200 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2024-04-12 11:33:58 +0200 |
| commit | 8ded7a56a2d7f1922b4f58a953f9ac37aa8be737 (patch) | |
| tree | 863aa56ca7b0b35cf33539ae82960db75c27fe20 /tools | |
| parent | 4a809d69b5647aabc8f6a9e22e0bc889f9c779ed (diff) | |
add common linkage for data
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 1b4a7fb..efc30fe 100644 --- a/tools/lexh.c +++ b/tools/lexh.c @@ -29,7 +29,7 @@ char *tok[] = { "function", "type", "data", "section", "align", "dbgfile", "blit", "l", "w", "sh", "uh", "h", "sb", "ub", "b", "d", "s", "z", "loadw", "loadl", "loads", "loadd", - "alloc1", "alloc2", + "alloc1", "alloc2", "thread", "common", }; enum { |
