about summary refs log tree commit diff stats
path: root/example/jitter/types.py
diff options
context:
space:
mode:
authorFlorent Monjalet <florent.monjalet@gmail.com>2015-12-04 10:16:37 +0100
committerFlorent Monjalet <florent.monjalet@gmail.com>2016-01-18 14:02:31 +0100
commitd87a0f89388119604af7f0aaf82a238b10707e5a (patch)
tree1c2b0122d61dd6dc19ac10d985d87edf7f747549 /example/jitter/types.py
parentba2df16277d7d4deae118ed11e1e92cd478045ec (diff)
downloadmiasm-d87a0f89388119604af7f0aaf82a238b10707e5a.tar.gz
miasm-d87a0f89388119604af7f0aaf82a238b10707e5a.zip
MemStruct/Types: pinned renamed to lval
Diffstat (limited to 'example/jitter/types.py')
-rw-r--r--example/jitter/types.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/jitter/types.py b/example/jitter/types.py
index 6d8543b4..f4a7ddb4 100644
--- a/example/jitter/types.py
+++ b/example/jitter/types.py
@@ -229,6 +229,8 @@ print "See that the original array has been modified:"
 print repr(data)
 print
 
+# TODO: type manipulation examples
+
 print "See test/core/types.py and the miasm2.core.types module doc for "
 print "more information."