You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/tenebrae/files/tenebrae-1.04-redef.patch

20 lines
393 B

--- a/sys_dosa.s 2017-09-06 16:41:31.875358788 -0500
+++ b/sys_dosa.s 2017-09-06 16:41:35.947376646 -0500
@@ -44,6 +44,8 @@
.text
+// Falls back to an empty stub on non-i386, in sys_linux.c
+#if id386
.globl C(Sys_LowFPPrecision)
C(Sys_LowFPPrecision):
fldcw single_cw
@@ -55,6 +57,7 @@
fldcw full_cw
ret
+#endif
.globl C(Sys_PushFPCW_SetHigh)
C(Sys_PushFPCW_SetHigh):