mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-10 14:04:55 -04:00
Apply the NORETURN attribute to functions that do not return (#1768)
* Apply the NORETURN attribute to functions that do not return * Add NORETURN to debug.c functions
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "libc64/sleep.h"
|
||||
#include "attributes.h"
|
||||
|
||||
void func_80183070(void) {
|
||||
NORETURN void func_80183070(void) {
|
||||
for (;;) {
|
||||
msleep(1000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user