diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-08-06 15:55:17 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-08-06 15:55:17 +0100 |
commit | 6997bb5ec1b1e755d954e910d76322ad1963f94b (patch) | |
tree | 8a22f29f5194fd4060418dbb81518757e8c98cb5 /includes/Cmm.h | |
parent | 190c555e25d3f70dd3c806f764fea07a50621520 (diff) | |
download | haskell-6997bb5ec1b1e755d954e910d76322ad1963f94b.tar.gz |
Don't define STOLEN_X86_REGS in Cmm.h
We weren't defining it in the other places that MachRegs.h gets
imported, which seems a little suspicious. And if it's not defined
then it defaults to 4 anyway, so this define doesn't seem necessary.
Diffstat (limited to 'includes/Cmm.h')
-rw-r--r-- | includes/Cmm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/Cmm.h b/includes/Cmm.h index 1788122f29..c7f34b66d3 100644 --- a/includes/Cmm.h +++ b/includes/Cmm.h @@ -346,7 +346,6 @@ * Need MachRegs, because some of the RTS code is conditionally * compiled based on REG_R1, REG_R2, etc. */ -#define STOLEN_X86_REGS 4 #include "stg/MachRegs.h" #include "rts/storage/Liveness.h" |