mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
GH-111485: Generate TARGET table for computed goto dispatch. (GH-113319)
This commit is contained in:
Generated
+2
-1
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user