From 91bc6bd5554bb4267cbaf147e603791e50462242 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Wed, 8 Jan 2014 18:20:58 +0100 Subject: 2e mail Emile --- asm/asm.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm/asm.ml') diff --git a/asm/asm.ml b/asm/asm.ml index 5a3a96b..8404654 100644 --- a/asm/asm.ml +++ b/asm/asm.ml @@ -3,7 +3,6 @@ type reg = int type imm = | Imm of int | Lab of string - | Labu of string type fmt_r = | Add @@ -58,7 +57,8 @@ type instr = module Imap = Map.Make(String) -type program = { text : instr list; data : (int * bool) list; lbls : int Imap.t } +type program = { text : instr list; data : (int * bool) list; + lbls : (int * bool) Imap.t } let keywords_r = [ "add",Add; -- cgit v1.2.3