diff options
| author | Florent Monjalet <florent.monjalet@gmail.com> | 2015-12-04 10:16:37 +0100 |
|---|---|---|
| committer | Florent Monjalet <florent.monjalet@gmail.com> | 2016-01-18 14:02:31 +0100 |
| commit | d87a0f89388119604af7f0aaf82a238b10707e5a (patch) | |
| tree | 1c2b0122d61dd6dc19ac10d985d87edf7f747549 /example/jitter/types.py | |
| parent | ba2df16277d7d4deae118ed11e1e92cd478045ec (diff) | |
| download | miasm-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.py | 2 |
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." |