Fix of last checkin

This commit is contained in:
Christoffer Lerno
2025-09-09 01:06:18 +02:00
parent 0d8f9520e9
commit 8e6535f13c

View File

@@ -60,7 +60,7 @@ macro typeid unsigned_int_from_bitsize(usz $bitsize) @private
$endswitch
}
module std::core::cinterop @if(env::MACOS && env::AARCH64);
module std::core::cinterop @if(env::DARWIN && env::AARCH64);
typedef CVaList = void*;
macro CVaList.next(&self, $Type)