diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-08 19:42:07 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-08 19:42:07 +0100 |
commit | b8df2847aa60728b72a9a48769c8662214ba30c8 (patch) | |
tree | 115cdfa63d12117aa4e6c1b82a3ebfdfd42a9d31 /asm/asmlex.mll | |
parent | 9139862d65f5aa720812173decaa8c0f0abf26c6 (diff) | |
download | SystDigit-Projet-b8df2847aa60728b72a9a48769c8662214ba30c8.tar.gz SystDigit-Projet-b8df2847aa60728b72a9a48769c8662214ba30c8.zip |
Remove useless D initialization, remove LA instruction (actually, it is LI)
Diffstat (limited to 'asm/asmlex.mll')
-rw-r--r-- | asm/asmlex.mll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/asmlex.mll b/asm/asmlex.mll index 1c7e3e7..22f77d7 100644 --- a/asm/asmlex.mll +++ b/asm/asmlex.mll @@ -23,7 +23,6 @@ "liu",LIU; "liuz",LIUZ; "lra",LRA; - "la",LA; "li",LI; "move",MOVE; "jz",JZ; |