]> granicus.if.org Git - python/commitdiff
Fix #1752132: wrong comment in opcode description.
authorGeorg Brandl <georg@python.org>
Wed, 11 Jul 2007 19:41:53 +0000 (19:41 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 11 Jul 2007 19:41:53 +0000 (19:41 +0000)
 (backport from rev. 56280)

Include/opcode.h

index d8cb2cd4809068ba67898edc675feb09f7e58feb..28163693fe937225508bc8d0972c082979c6960b 100644 (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     /* "" */