about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2012-05-08 18:33:55 +0200
committerserpilliere <devnull@localhost>2012-05-08 18:33:55 +0200
commit5dec442348a47a8b68fa13e53805f31786ce6127 (patch)
tree018a50ce5c8b23d73e7c55c18ec519ee3050e2c1 /doc
parent0720dbf62ec5e001c10f80b2e19c521d976fdef5 (diff)
downloadfocaccia-miasm-5dec442348a47a8b68fa13e53805f31786ce6127.tar.gz
focaccia-miasm-5dec442348a47a8b68fa13e53805f31786ce6127.zip
remove useless ExprSliceTo
exprsliceto is only used in exprcompose, so it can be removed from
IL representation, and exprcompose will deal start/stop fields
WARNING: as IL is modified, it may break a lot of scripts
Diffstat (limited to 'doc')
-rw-r--r--doc/slides.tex1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/slides.tex b/doc/slides.tex
index cf7057e7..0c510099 100644
--- a/doc/slides.tex
+++ b/doc/slides.tex
@@ -788,7 +788,6 @@ esi = df?((+ esi 0x1),(- esi 0x1))
       \item ExprOp: op(a, b, ...)
       \item ExprSlice: a[0:8] (bits)
       \item ExprCompose: slices composition
-      \item ExprSliceTo: position in a composition
     \end{itemize}
   \end{block}
 That's all.