pike.git/
src/
interpreter.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-12
2001-07-12 18:50:24 by Per Hedbor <ph@opera.com>
afea0050443d241b1f396b681f080b09acf57554 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
The prefix variables are not used when HAVE_COMPUTED_GOTO is true
Rev: src/interpreter.h:1.67
103:
static int eval_instruction(PIKE_OPCODE_T *pc) {
-
unsigned INT32 prefix2=0,prefix=0;
+
#ifdef HAVE_COMPUTED_GOTO static void *strap = &&init_strap; void *instr = NULL; #else /* !HAVE_COMPUTED_GOTO */
-
+
unsigned INT32 prefix2=0,prefix=0;
unsigned INT32 instr; #endif /* HAVE_COMPUTED_GOTO */