X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=kernel%2Farch%2Fx86%2Fmisc.cc;fp=kernel%2Farch%2Fx86%2Fmisc.cc;h=3e0091a9aeb08c10e0986e719a05a695c4950e35;hp=664549addff6ec8a72c2f44cd93f67a7d413d2e6;hb=635cfedb4bbe270f114f7a4e5ab58b7d8e054f7d;hpb=15d9baeca05f30f8564785c255fed765ede457ff diff --git a/kernel/arch/x86/misc.cc b/kernel/arch/x86/misc.cc index 664549a..3e0091a 100644 --- a/kernel/arch/x86/misc.cc +++ b/kernel/arch/x86/misc.cc @@ -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;