aboutsummaryrefslogtreecommitdiff
path: root/boot/symbol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'boot/symbol.cc')
-rw-r--r--boot/symbol.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/symbol.cc b/boot/symbol.cc
index 9985489..bd6ec49 100644
--- a/boot/symbol.cc
+++ b/boot/symbol.cc
@@ -583,6 +583,6 @@ namespace elna::boot
{
return checked.get<pointer_type>() != nullptr
|| checked.get<procedure_type>() != nullptr
- || is_primitive_type(checked, "Pointer");
+ || is_primitive_type(resolve_underlying_type(checked), "Pointer");
}
}