Fix #1752132: wrong comment in opcode description.

(backport from rev. 56280)
This commit is contained in:
Georg Brandl 2007-07-11 19:41:53 +00:00
parent c0f800dc8b
commit ad4b263ba7
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ extern "C" {
#define LOAD_GLOBAL 116 /* Index in name list */
#define CONTINUE_LOOP 119 /* Start of loop (absolute) */
#define SETUP_LOOP 120 /* Target address (absolute) */
#define SETUP_LOOP 120 /* Target address (relative) */
#define SETUP_EXCEPT 121 /* "" */
#define SETUP_FINALLY 122 /* "" */