diff options
author | comex | 2015-01-30 03:19:09 -0500 |
---|---|---|
committer | comex | 2015-01-30 03:19:09 -0500 |
commit | 50f235148bb8e601d51a8403422d05ce924813a4 (patch) | |
tree | 83d46f6999656e791930aeafed4d7eff247f1283 /lib/transform-dis.c | |
parent | Make logging less verbose. (diff) | |
download | substitute-50f235148bb8e601d51a8403422d05ce924813a4.tar.gz |
add README (and note to self to fix something)
Diffstat (limited to 'lib/transform-dis.c')
-rw-r--r-- | lib/transform-dis.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/transform-dis.c b/lib/transform-dis.c index 1d1f489..1e66bd1 100644 --- a/lib/transform-dis.c +++ b/lib/transform-dis.c @@ -52,6 +52,8 @@ static INLINE UNUSED void transform_dis_branch(struct transform_dis_ctx *ctx, ctx->err = SUBSTITUTE_ERR_FUNC_BAD_INSN_AT_START; } /* branch out of bounds is fine */ + /* XXX just kidding, the instruction needs to be rewritten obviously. what + * was I thinking? */ } static INLINE UNUSED void transform_dis_unidentified(UNUSED struct transform_dis_ctx *ctx) { |