Floating-point fix-ups

Largely to fix setting flags, but partially to fix the incorrect nan emulation
This commit is contained in:
dingusdev
2024-10-17 08:00:27 -07:00
parent b3eb1f6419
commit 329bcc68b1
4 changed files with 122 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ void do_ctx_sync() {
}
}
void add_ctx_sync_action(const CtxSyncCallback& cb) {
static void add_ctx_sync_action(const CtxSyncCallback& cb) {
gCtxSyncCallbacks.push_back(cb);
}