Fix #2961: we lost some of the generated code for stack args in genCCall
authorSimon Marlow <marlowsd@gmail.com>
Mon, 26 Jan 2009 15:02:09 +0000 (15:02 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 26 Jan 2009 15:02:09 +0000 (15:02 +0000)
commitff124db4ad2ea145a13c711d4da9e293fa82f58d
treee38a403fb698fb9156fee034e8625e3ef468e039
parent65009a1384805e1218c6b234712d1e21f7ec3f23
Fix #2961: we lost some of the generated code for stack args in genCCall
A real bug in the x86_64 native code gen: nice!

This bug would have been caught by -Wall, and I would have gone though
and Walled this file but I know Ben is hacking on this file quite
heavily and I don't want to create undue conflicts.  Ben: it would be
nice to enable -Wall here when you have time.
compiler/nativeGen/MachCodeGen.hs