mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
Make core::os get_page_size contextless
This commit is contained in:
+1
-1
@@ -237,7 +237,7 @@ last_write_time_by_name :: proc(name: string) -> (File_Time, Errno) {
|
||||
}
|
||||
|
||||
|
||||
get_page_size :: proc() -> int {
|
||||
get_page_size :: proc "contextless" () -> int {
|
||||
unimplemented("core:os procedure not supported on JS target")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user