pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-13
2002-11-13 12:38:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b1e6cebaf788bfa05d25dade92a43ed0908556f8 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Oops, missed a spot.
Rev: src/interpret_functions.h:1.118
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: interpret_functions.h,v 1.
117
2002/11/
12
11
:
48
:
20
grubba Exp $
+
|| $Id: interpret_functions.h,v 1.
118
2002/11/
13
12:
38
:
29
grubba Exp $
*/ /*
2147:
if(Pike_fp->current_object->prog != Pike_fp->context.prog) { PIKE_OPCODE_T *faddr = PROG_COUNTER+GET_JUMP();
-
ptrdiff_t args=faddr
[-1]
;
+
ptrdiff_t
num_locals = READ_INCR_BYTE(faddr); /* ignored */
+
ptrdiff_t
args
=
READ_INCR_BYTE(
faddr
)
;
if(low_mega_apply(APPLY_LOW, args,