From c6057c7812ac3dd05a80255b4750f606a0f79f81 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 11 Jul 2007 19:41:49 +0000 Subject: Fix #1752132: wrong comment in opcode description. --- Include/opcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/opcode.h b/Include/opcode.h index d8cb2cd..2816369 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -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 /* "" */ -- cgit v0.12