mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Require parentheses for #align(N)
This commit is contained in:
@@ -124,7 +124,7 @@ Allocation_Header :: struct #raw_union {
|
||||
requested: u64,
|
||||
}
|
||||
|
||||
Region_Header :: struct #align 16 {
|
||||
Region_Header :: struct #align(16) {
|
||||
next_region: ^Region, // points to next region in global_heap (linked list)
|
||||
local_addr: ^^Region, // tracks region ownership via address of _local_region
|
||||
reset_addr: ^^Region, // tracks old local addr for reset
|
||||
|
||||
Reference in New Issue
Block a user