From b63f1dff9dc736f7fa66f04976436f1f3fe2ac5d Mon Sep 17 00:00:00 2001 From: comex Date: Mon, 23 Feb 2015 00:41:29 -0500 Subject: Ban calls within transform regions in threadsafe mode. --- test/test-td-simple.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/test-td-simple.c') diff --git a/test/test-td-simple.c b/test/test-td-simple.c index be84ef3..d776d0e 100644 --- a/test/test-td-simple.c +++ b/test/test-td-simple.c @@ -48,6 +48,11 @@ static void P_ret(UNUSED struct tc *ctx) { printf("ret\n"); } +NOINLINE UNUSED +static void P_indirect_call(UNUSED struct tc *ctx) { + printf("indirect call\n"); +} + NOINLINE UNUSED static void P_branch(UNUSED struct tc *ctx, uint64_t dpc, int cc) { printf("branch(%s,%s) => %08llx\n", -- cgit v1.2.3