Use uint64_t except where other types are expected.

This commit is contained in:
Steve Checkoway
2004-09-07 12:59:08 +00:00
parent 3dac41c399
commit 7b2ec2cee3
4 changed files with 15 additions and 14 deletions
@@ -18,7 +18,7 @@ uint64_t GetCurrentThreadId()
return mach_thread_self();
}
bool GetThreadBacktraceContext(int iCrashHandle, BacktraceContext *ctx)
bool GetThreadBacktraceContext(uint64_t iCrashHandle, BacktraceContext *ctx)
{
thread_act_t thread = thread_act_t(iCrashHandle);
ppc_thread_state state;