summaryrefslogtreecommitdiff
path: root/rts/RtsStartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsStartup.c')
-rw-r--r--rts/RtsStartup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c
index 6d774f4735..0aa3b28b2e 100644
--- a/rts/RtsStartup.c
+++ b/rts/RtsStartup.c
@@ -293,7 +293,7 @@ hs_add_root(void (*init_root)(void) STG_UNUSED)
static void
hs_exit_(rtsBool wait_foreign)
{
- nat g, i;
+ uint32_t g, i;
if (hs_init_count <= 0) {
errorBelch("warning: too many hs_exit()s");