X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Farch%2Fx86%2Fmisc.cc;h=3e0091a9aeb08c10e0986e719a05a695c4950e35;hb=188a395421d2ed7038735d0e3cac37255cf45755;hp=664549addff6ec8a72c2f44cd93f67a7d413d2e6;hpb=1ac390fe1e18444008857b056c947710be9621a8;p=polintos%2Fscott%2Fpriv.git 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;