mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 18:02:22 -07:00
ssa - alloca all variables at the very start
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@ __string_ge :: proc(a, b : string) -> bool #inline { return __string_cmp(a, b) >
|
||||
|
||||
|
||||
__assert :: proc(msg: string) {
|
||||
os.write(os.get_standard_file(os.File_Standard.ERROR), msg as []byte)
|
||||
_ = os.write(os.get_standard_file(os.File_Standard.ERROR), msg as []byte)
|
||||
__debug_trap()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user