[project @ 2004-11-10 04:17:50 by wolfgang]
authorwolfgang <unknown>
Wed, 10 Nov 2004 04:17:59 +0000 (04:17 +0000)
committerwolfgang <unknown>
Wed, 10 Nov 2004 04:17:59 +0000 (04:17 +0000)
commit845db8182942e006a9164e41e9839adb39f24268
treec4955a4a57f4c8088da7e34d7ced1b8028b25347
parent50b99d58fe3f6912b78341aa277fbbdc6c3cf677
[project @ 2004-11-10 04:17:50 by wolfgang]
64-bit fix:
Change the type of context_switch from 'nat' to 'int'.
It's accessed as CInt from cmm code, and sizeof(nat) > sizeof(int)
on many 64-bit platforms.
ghc/includes/GranSim.h
ghc/rts/Schedule.c
ghc/rts/Schedule.h