Add missing attribute

This commit is contained in:
gingerBill
2024-03-06 16:30:39 +00:00
parent 46718d6d85
commit 65277ddd6b
+1
View File
@@ -1007,6 +1007,7 @@ Buddy_Allocator :: struct {
alignment: uint, alignment: uint,
} }
@(require_results)
buddy_allocator :: proc(b: ^Buddy_Allocator) -> Allocator { buddy_allocator :: proc(b: ^Buddy_Allocator) -> Allocator {
return Allocator{ return Allocator{
procedure = buddy_allocator_proc, procedure = buddy_allocator_proc,