mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-12 19:52:45 -04:00
func_80183070 to Sys_Freeze (#1686)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "libc64/sleep.h"
|
||||
#include "attributes.h"
|
||||
|
||||
NORETURN void func_80183070(void) {
|
||||
NORETURN void Sys_Freeze(void) {
|
||||
for (;;) {
|
||||
msleep(1000);
|
||||
}
|
||||
Reference in New Issue
Block a user