aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/xsim/files/patch-ic.h
blob: c5685f88012199fd236d67bc461d4ca54b6996e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- xsim/ic.h.orig  2007-08-12 15:40:46.000000000 +0200
+++ xsim/ic.h   2007-08-12 15:42:35.000000000 +0200
@@ -76,7 +76,7 @@
    void set_im(TIM * val);
 
    TIMC * get_imc();
-   int has_imc() { return (int)imc; }
+   intptr_t has_imc() { return (intptr_t)imc; }
 
    void init(int init_mode, TIM * val);