Fix comparing pointers

This commit is contained in:
Nikita Lisitsa 2026-03-31 19:27:36 +03:00
parent e2781fef8f
commit 5450fe8077

View file

@ -273,6 +273,12 @@ namespace pslang::jit::aarch64
}
}
void apply(types::pointer_type const &)
{}
void apply(types::function_type const &)
{}
template <typename T>
void apply(T const &)
{