summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/opcode_targets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h
index bcd6ea7..e664e63 100644
--- a/Python/opcode_targets.h
+++ b/Python/opcode_targets.h
@@ -254,4 +254,5 @@ static void *opcode_targets[256] = {
&&TARGET_INSTRUMENTED_POP_JUMP_IF_NONE,
&&TARGET_INSTRUMENTED_POP_JUMP_IF_NOT_NONE,
&&TARGET_INSTRUMENTED_LINE,
- &&_unknown_opcode};
+ &&_unknown_opcode,
+};