Fix space problems in ghci
authorIan Lynagh <igloo@earth.li>
Thu, 30 Jul 2009 10:53:51 +0000 (10:53 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 30 Jul 2009 10:53:51 +0000 (10:53 +0000)
commitb7fe69ecd3cff467bb33913c9f36d66f2cf8ac4a
treeb8176ca9f4e83f3c558ead147e79c4d9d6928014
parentb0046dd679244886fdc62e5cc2a73128d2e018bb
Fix space problems in ghci
We were making arrays with range (0, n-1) which is bad if n == 0 now
that we are using Word types.
compiler/ghci/ByteCodeLink.lhs