summaryrefslogtreecommitdiff
path: root/chinese/xsim/files/patch-ic.cpp
blob: ce43634f1665bd666b756ff15a07d9f120c08b95 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- xsim/ic.cpp.orig	2007-08-12 15:43:13.000000000 +0200
+++ xsim/ic.cpp	2007-08-12 15:43:35.000000000 +0200
@@ -103,5 +103,5 @@
 
 int TIC::alive()
 {
-	return (int)im;
+	return (intptr_t)im;
 }