Skip to content

Commit 98cae5d

Browse files
committed
Map seteventmesg.c .data
1 parent d7f1a61 commit 98cae5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

splat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ segments:
312312
- [0x973A0, .data, libnaudio/n_csplayer]
313313
- [0x97730, .data, math/acos_asin]
314314
- [0x97840, .data, libultra/os/initialize]
315-
- [0x97860, data, libultra/os/seteventmesg]
315+
- [0x97860, .data, libultra/os/seteventmesg]
316316
- [0x97870, .data, libultra/io/controller]
317317
- [0x97880, .data, libultra/io/siacs]
318318
- [0x97890, .data, libultra/io/aisetnextbuf]

src/libultra/os/seteventmesg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "libultra/os/osint.h"
44

55
extern s32 __osShutdown;
6-
extern s32 __osPreNMI;
6+
s32 __osPreNMI = FALSE;
77

88
__OSEventState __osEventStateTab[OS_NUM_EVENTS];
99

0 commit comments

Comments
 (0)