Re: [PATCH] Fix RTS compiler error when DEBUG is defined.

2011-05-22 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: > Hi all, > > Before this patch the compiler errored out when printing a value > of type StgWord32 with a "%d" format specifier. This patch is no longer needed after this commit: commit 96d64fe2175d829f9499656750d51cf577ff9892 Author: Duncan Coutts Date:

[PATCH] Fix RTS compiler error when DEBUG is defined.

2011-05-20 Thread Erik de Castro Lopo
ca6fe623b174e Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sat, 21 May 2011 11:20:43 +1000 Subject: [PATCH] Fix RTS compiler error when DEBUG is defined. --- rts/Trace.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rts/Trace.c b/rts/Trace.c index fb8