aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen.cpp')
-rw-r--r--src/codegen.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp
index 32c34e6323..bc9462ae99 100644
--- a/src/codegen.cpp
+++ b/src/codegen.cpp
@@ -1696,6 +1696,10 @@ static const NumLit num_lit_kinds[] = {
NumLitU16,
NumLitU32,
NumLitU64,
+ NumLitI8,
+ NumLitI16,
+ NumLitI32,
+ NumLitI64,
};
static void define_builtin_types(CodeGen *g) {