aboutsummaryrefslogtreecommitdiff
path: root/lib/transform-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transform-dis.c')
-rw-r--r--lib/transform-dis.c2
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) {