Fix missing "$switch" update.

This commit is contained in:
Christoffer Lerno
2025-03-04 16:39:20 +01:00
parent 2439405e70
commit 9c65098a91

View File

@@ -167,7 +167,7 @@ macro bool is_native_atomic_type($Type)
$if $Type.sizeof > void*.sizeof:
return false;
$else
$switch ($Type.kindof)
$switch $Type.kindof:
$case SIGNED_INT:
$case UNSIGNED_INT:
$case POINTER: