summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nw4r/db/db_exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nw4r/db/db_exception.cpp b/src/nw4r/db/db_exception.cpp
index 29b575fb..36867e95 100644
--- a/src/nw4r/db/db_exception.cpp
+++ b/src/nw4r/db/db_exception.cpp
@@ -69,7 +69,7 @@ void Exception_Init() {
OSSetErrorHandler(3, ErrorHandler_);
OSSetErrorHandler(5, ErrorHandler_);
OSSetErrorHandler(15, ErrorHandler_);
- lbl_80574960 = 0;
+ __OSFpscrEnableBits = 0;
OSSetErrorHandler(16, nullptr);
}
extern "C" u32 PPCMfmsr();