Skip to content
Snippets Groups Projects
Commit 3c8de5a6 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-03-11 14:26:23 by simonm]

- move SIZEOF checks together (previous commit added SIZEOF checks to
   a different part of the file).

 - check alignment of longs:  unsigned ints are no good, because we need to
   check whether f.e. a float can be put on the stack, which is
   StgWord aligned, and currently an StgWord is basically a long.
parent 6d677c13
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment