aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'scheck.c')
-rw-r--r--scheck.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/scheck.c b/scheck.c
index c830f56a..d3ebddd6 100644
--- a/scheck.c
+++ b/scheck.c
@@ -313,6 +313,11 @@ static bool check_function(struct entrypoint *ep)
break;
case OP_RET:
goto out;
+ case OP_INLINED_CALL:
+ case OP_DEATHNOTE:
+ case OP_NOP:
+ case OP_CONTEXT:
+ continue;
default:
fprintf(stderr, "unsupported insn: %s\n", show_instruction(insn));
goto out;