mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 15:04:31 +00:00
[ntsc-1.2] Match z_actor_dlftbls.c (#2144)
* Match z_actor_dlftbls.c * Update src/code/z_actor_dlftbls.c Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> --------- Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
parent
d374e71cb8
commit
a8151899cf
3 changed files with 36 additions and 5 deletions
|
@ -93,7 +93,7 @@ FaultCursorCoords sFaultCursorPos;
|
|||
vs32 sFaultExit;
|
||||
vs32 gFaultMsgId;
|
||||
vs32 sFaultDisplayEnable;
|
||||
OSThread* sFaultFaultedThread;
|
||||
volatile OSThread* gFaultFaultedThread;
|
||||
s32 B_80122570[16];
|
||||
s32 B_801225B0[8]; // Unused (file padding?)
|
||||
|
||||
|
@ -768,7 +768,7 @@ void Fault_ThreadEntry(void* arg0) {
|
|||
osSyncPrintf("FindFaultedThread()=%08x\n", faultedThread);
|
||||
}
|
||||
} while (faultedThread == NULL);
|
||||
sFaultFaultedThread = faultedThread;
|
||||
gFaultFaultedThread = faultedThread;
|
||||
Fault_LogThreadContext(faultedThread);
|
||||
osSyncPrintf("%d %s %d:%s = %d\n", osGetThreadId(NULL), "fault.c", 1454, "fault_display_enable",
|
||||
sFaultDisplayEnable);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue