Fix comparing pointers
This commit is contained in:
parent
e2781fef8f
commit
5450fe8077
1 changed files with 6 additions and 0 deletions
|
|
@ -273,6 +273,12 @@ namespace pslang::jit::aarch64
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void apply(types::pointer_type const &)
|
||||||
|
{}
|
||||||
|
|
||||||
|
void apply(types::function_type const &)
|
||||||
|
{}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
void apply(T const &)
|
void apply(T const &)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue