nativeMaschine: use NativeWord instead of Word32
[mate.git] / Mate / NativeMachine.hs
index 542cc159bfc0009f219cba29a56eb7b1cdcc3225..51e1bdf814bc90eee96ed330e906e685548f3a54 100644 (file)
@@ -3,7 +3,8 @@ module Mate.NativeMachine(
   emitFromBB,
   mateHandler,
   register_signal,
-  ptrSize, longSize
+  ptrSize, longSize,
+  NativeWord
   )where
 
 #ifdef i386_HOST_ARCH