Define MIPS word size
[tiger.ml.git] / compiler / src / lib / tiger / tiger_frame_sig.ml
index b9b3c77..2da5d57 100644 (file)
@@ -3,6 +3,8 @@ module type S = sig
 
   type access
 
+  val word_size : int
+
   val make :
     name:Tiger_temp.Label.t -> formals:bool list -> t
 
This page took 0.022135 seconds and 4 git commands to generate.