diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-02-28 22:40:35 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-28 23:06:54 -0500 |
commit | b86d226fda2f512178e04da4dec96b15c4480507 (patch) | |
tree | 6d3fe14311ead3a6cc1081652b2cc2e285649053 /includes | |
parent | 916658d63d4a8d85f334c10e2a658fed8b3577d0 (diff) | |
download | haskell-b86d226fda2f512178e04da4dec96b15c4480507.tar.gz |
rts: Fix build
I evidently neglected to consider that validate doesn't build profiled
ways. Arg.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/Flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/Flags.h b/includes/rts/Flags.h index c8f71d1342..5195a3a627 100644 --- a/includes/rts/Flags.h +++ b/includes/rts/Flags.h @@ -119,7 +119,7 @@ typedef struct _COST_CENTRE_FLAGS { int profilerTicks; /* derived */ int msecsPerTick; /* derived */ - char const *oututFileNameStem; + char const *outputFileNameStem; } COST_CENTRE_FLAGS; /* See Note [Synchronization of flags and base APIs] */ |