pike.git/
src/
peep.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-22
1998-05-22 15:12:12 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
82f8eef810019d9faef3bc03987b2ae10d68397c (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for sizeof(local) (again)
Rev: src/peep.in:1.18
1:
//
-
// $Id: peep.in,v 1.
17
1998/05/22
05
:
25
:
27
hubbe Exp $
+
// $Id: peep.in,v 1.
18
1998/05/22
15
:
12
:
12
hubbe Exp $
// NOP :
238:
GLOBAL LOCAL_INDEX : GLOBAL_LOCAL_INDEX($1a) BYTE($2a) SIZEOF CONST1 BRANCH_WHEN_LT : SIZEOF BRANCH_WHEN_ZERO ($3a)
-
SIZEOF_LOCAL CONST1 BRANCH_WHEN_LT : SIZEOF_LOCAL BRANCH_WHEN_ZERO ($3a)
+
SIZEOF_LOCAL CONST1 BRANCH_WHEN_LT : SIZEOF_LOCAL
($1a)
BRANCH_WHEN_ZERO ($3a)
SIZEOF CONST0 BRANCH_WHEN_LE : SIZEOF BRANCH_WHEN_ZERO ($3a)
-
SIZEOF_LOCAL CONST0 BRANCH_WHEN_LE : SIZEOF_LOCAL BRANCH_WHEN_ZERO ($3a)
+
SIZEOF_LOCAL CONST0 BRANCH_WHEN_LE : SIZEOF_LOCAL
($1a)
BRANCH_WHEN_ZERO ($3a)
CLEAR_LOCAL DEC_LOCAL_AND_POP($1a) : CONST_1 ASSIGN_LOCAL_AND_POP($1a) CLEAR_LOCAL INC_LOCAL_AND_POP($1a) : CONST1 ASSIGN_LOCAL_AND_POP($1a)