aboutsummaryrefslogtreecommitdiff
path: root/boot/name_analysis.cc
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-31 10:20:56 +0200
committerEugen Wissner <belka@caraus.de>2026-07-31 10:20:56 +0200
commit661c29a7835cf1755deaf21f91832f00e958a318 (patch)
treedc048d1672e17beec2d8a81e2c748280277a191c /boot/name_analysis.cc
parentf8daedce5c73e02dfb2fc59d75777190185584df (diff)
downloadelna-661c29a7835cf1755deaf21f91832f00e958a318.tar.gz
Review spaceship usage
Diffstat (limited to 'boot/name_analysis.cc')
-rw-r--r--boot/name_analysis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/name_analysis.cc b/boot/name_analysis.cc
index 89353e9..b8cd83e 100644
--- a/boot/name_analysis.cc
+++ b/boot/name_analysis.cc
@@ -795,7 +795,7 @@ namespace elna::boot
this->current_type = literal->type_decoration;
}
- void name_analysis_visitor::visit(literal<std::uint32_t> *literal)
+ void name_analysis_visitor::visit(literal<integer_literal> *literal)
{
literal->type_decoration = lookup_primitive_type("Word");
this->current_type = literal->type_decoration;