nativeMachine: use constants
authorBernhard Urban <lewurm@gmail.com>
Thu, 2 Aug 2012 19:37:24 +0000 (21:37 +0200)
committerBernhard Urban <lewurm@gmail.com>
Thu, 2 Aug 2012 13:40:56 +0000 (15:40 +0200)
commit33fee81a6dc52f54beda6819c95e7e4571613ea6
tree1df81332e1124627fa3a4f8ee160f2b6f57836cd
parent13cf9f65321881050edb99776f29eea8580ec457
nativeMachine: use constants

- rename NativeMaSchine to NativeMachine
- new module for constants in order to avoid module cycles
Mate.hs
Mate/ClassPool.hs
Mate/MethodPool.hs
Mate/NativeMachine.hs [new file with mode: 0644]
Mate/NativeMaschine.hs [deleted file]
Mate/NativeSizes.hs [new file with mode: 0644]
Mate/X86CodeGen.hs