[Mono-devel-list] (AMD64) Compiler Warnings (2)

Martin Baulig martin at ximian.com
Tue Dec 7 14:30:47 EST 2004


On Tue, 2004-12-07 at 20:25 +0100, Willibald Krenn wrote:

> Index: mono/metadata/mono-debug-debugger.h
> ===================================================================
> --- mono/metadata/mono-debug-debugger.h	(revision 37311)
> +++ mono/metadata/mono-debug-debugger.h	(working copy)
> 
> -extern void (*mono_debugger_event_handler) (MonoDebuggerEvent event, 
> gpointer data, guint32 arg);
> +extern void (*mono_debugger_event_handler) (MonoDebuggerEvent event, 
> gpointer data, uintptr_t arg);
> 
> -void            mono_debugger_event 
> (MonoDebuggerEvent event, gpointer data, guint32 arg);
> +void            mono_debugger_event 
> (MonoDebuggerEvent event, gpointer data, uintptr_t arg);

Btw. would it work by using a guint64 on all architectures ?  This'd
also make it a little bit easier for me in the debugger.

Martin





More information about the Mono-devel-list mailing list