summaryrefslogtreecommitdiff
path: root/asm/asmlex.mll
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-08 19:42:07 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-08 19:42:07 +0100
commitb8df2847aa60728b72a9a48769c8662214ba30c8 (patch)
tree115cdfa63d12117aa4e6c1b82a3ebfdfd42a9d31 /asm/asmlex.mll
parent9139862d65f5aa720812173decaa8c0f0abf26c6 (diff)
downloadSystDigit-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.mll1
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;