Änderungen

Summary

  1. Fixed compiling and's (commit: d76e6c9) (details)
Commit d76e6c9afa1dd47e4800e3f7d3ad2c4f8e13ae6a by lep.delete
Fixed compiling and's
Before this the inverted value of a (as in `a and b`) was returned if a
was false (ie. it returned true) which of course is wrong. To fix that
we just allocate a new register to do the jump off of.
(commit: d76e6c9)
The file was modifiedHot/Instruction/Compiler.hs (diff)