cleanup of os/linux

This commit is contained in:
Colin Davidson
2023-02-28 01:17:43 -08:00
parent 76cb3b7874
commit edd78ae129
4 changed files with 73 additions and 172 deletions
+1 -1
View File
@@ -236,4 +236,4 @@ _panic :: proc "contextless" (msg: string) -> ! {
runtime.print_string(msg)
runtime.print_byte('\n')
runtime.trap()
}
}