Move MonoContext to mono-context for ia64
[mono.git] / mono / profiler / mono-profiler-logging.c
index 9ed3cb8cde298fd011036322b3b09cf45922b004..7ad574b82f449b5df390133858b53a87b79ff53c 100644 (file)
@@ -4463,7 +4463,7 @@ method_free (MonoProfiler *profiler, MonoMethod *method) {
 }
 
 static void
-thread_start (MonoProfiler *profiler, intptr_t tid) {
+thread_start (MonoProfiler *profiler, uintptr_t tid) {
        ProfilerPerThreadData *data;
        ProfilerEventData *event;
        GET_PROFILER_THREAD_DATA (data);
@@ -4472,7 +4472,7 @@ thread_start (MonoProfiler *profiler, intptr_t tid) {
        COMMIT_RESERVED_EVENTS (data);
 }
 static void
-thread_end (MonoProfiler *profiler, intptr_t tid) {
+thread_end (MonoProfiler *profiler, uintptr_t tid) {
        ProfilerPerThreadData *data;
        ProfilerEventData *event;
        GET_PROFILER_THREAD_DATA (data);