mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
improve orca target
This commit is contained in:
@@ -12,4 +12,4 @@ _heap_resize :: proc(ptr: rawptr, new_size: int) -> rawptr {
|
||||
|
||||
_heap_free :: proc(ptr: rawptr) {
|
||||
unimplemented("base:runtime 'heap_free' procedure is not supported on this platform")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user