intrinsics.alloca now returns [^]u8

This commit is contained in:
gingerBill
2021-09-06 15:45:05 +01:00
parent a3a891a7f4
commit 31f779f1a4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ trap :: proc() -> ! ---
// Instructions
alloca :: proc(size, align: int) -> ^u8 ---
alloca :: proc(size, align: int) -> [^]u8 ---
cpu_relax :: proc() ---
read_cycle_counter :: proc() -> i64 ---