aboutsummaryrefslogtreecommitdiff
path: root/app/misc/bb/amd64_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app/misc/bb/amd64_fix.patch')
-rw-r--r--app/misc/bb/amd64_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/misc/bb/amd64_fix.patch b/app/misc/bb/amd64_fix.patch
new file mode 100644
index 00000000..2a416861
--- /dev/null
+++ b/app/misc/bb/amd64_fix.patch
@@ -0,0 +1,11 @@
+--- tex.c 2001-04-26 12:52:27.000000000 -0300
++++ tex.c.new 2008-05-16 00:18:45.000000000 -0300
+@@ -92,7 +92,7 @@
+
+ static inline void clear_zbuff()
+ {
+- memset(zbuff, 0x55, (X_s * Y_s * sizeof(long)));
++ memset(zbuff, 0x55, (X_s * Y_s * sizeof(int)));
+ }
+
+