Moved the offending SoftFloat-related stuff to x87_sf.h, fixes warnings.

This commit is contained in:
OBattler
2024-06-10 00:08:48 +02:00
parent ce201f2e87
commit 2273f563a5
31 changed files with 72 additions and 21 deletions

View File

@@ -13,6 +13,7 @@
# include "x86_ops.h"
# include "x86seg_common.h"
# include "x86seg.h"
# include "x87_sf.h"
# include "x87.h"
# include <86box/mem.h>
# include <86box/plat_unused.h>