diff options
author | comex | 2015-01-16 04:22:58 -0500 |
---|---|---|
committer | comex | 2015-01-16 04:33:39 -0500 |
commit | d2963f46218c6dc73c6207a1bdcf7042b0af3418 (patch) | |
tree | 61e55419011a865ced995bbb2ba67f9998978b4b /lib/dis-thumb2.inc.h | |
parent | jump dis - seemingly working(!) (diff) | |
download | substitute-d2963f46218c6dc73c6207a1bdcf7042b0af3418.tar.gz |
interpose (based on %c based on data) compiles...
Diffstat (limited to '')
-rw-r--r-- | lib/dis-thumb2.inc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dis-thumb2.inc.h b/lib/dis-thumb2.inc.h index 30053aa..81b293d 100644 --- a/lib/dis-thumb2.inc.h +++ b/lib/dis-thumb2.inc.h @@ -1,5 +1,7 @@ #include "dis.h" +/* TODO: handle 'it' for conditional br/ret!! */ + static inline enum pcrel_load_mode get_thumb_load_mode(unsigned op) { bool sign = (op >> 8) & 1; switch ((op >> 5) & 3) { |