From 50f235148bb8e601d51a8403422d05ce924813a4 Mon Sep 17 00:00:00 2001 From: comex Date: Fri, 30 Jan 2015 03:19:09 -0500 Subject: add README (and note to self to fix something) --- lib/transform-dis.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/transform-dis.c') 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) { -- cgit v1.2.3