]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/arch/x86/misc.cc
Fix GCC 4.1.3 issues
[polintos/scott/priv.git] / kernel / arch / x86 / misc.cc
index 664549addff6ec8a72c2f44cd93f67a7d413d2e6..3e0091a9aeb08c10e0986e719a05a695c4950e35 100644 (file)
@@ -252,12 +252,12 @@ namespace Priv {
        
                union {
                        System::RunTime::ParamInfoBlock *pib;
-                       ulong exptr;
+                       uintptr_t exptr;
                };
                
                union {
-                       ulong caller;
-                       ulong exlen;
+                       uintptr_t caller;
+                       size_t exlen;
                };
                
                ulong eip, cs, eflags, user_esp, user_ss;