Use StgWord64 instead of ullong
authorIan Lynagh <igloo@earth.li>
Wed, 21 Apr 2010 16:23:36 +0000 (16:23 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 21 Apr 2010 16:23:36 +0000 (16:23 +0000)
commit81c95f7d9854521a568179bb19199299835b7a53
tree148e2833ad3112356c87f0b9286032484d587181
parent7dbc1d8f8fb650162e01f6eab8dabaf1f53c819d
Use StgWord64 instead of ullong
This patch also fixes ullong_format_string (renamed to showStgWord64)
so that it works with values outside the 32bit range (trac #3979), and
simplifies the without-commas case.
includes/rts/Types.h
rts/Papi.c
rts/Profiling.c
rts/RtsUtils.c
rts/RtsUtils.h
rts/Stats.c
rts/parallel/0Parallel.h
rts/parallel/ParTicky.c
rts/parallel/Parallel.c