GH-111485: Generate TARGET table for computed goto dispatch. (GH-113319)

This commit is contained in:
Mark Shannon 2023-12-20 15:09:12 +00:00 committed by GitHub
parent e96f26083b
commit de8a4e52a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 58 additions and 3 deletions

View file

@ -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,
};