mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-18 08:41:31 -07:00
intrinsics.alloca now returns [^]u8
This commit is contained in:
@@ -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 ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user