diff options
-rw-r--r-- | opcode.h | 4 | ||||
-rw-r--r-- | regen/opcodes | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1764,7 +1764,7 @@ EXTCONST U32 PL_opargs[] = { 0x00000604, /* const */ 0x00000644, /* gvsv */ 0x00000644, /* gv */ - 0x00011240, /* gelem */ + 0x00011244, /* gelem */ 0x00000044, /* padsv */ 0x00000040, /* padav */ 0x00000040, /* padhv */ @@ -2139,7 +2139,7 @@ EXTCONST U32 PL_opargs[] = { 0x00000040, /* introcv */ 0x00000040, /* clonecv */ 0x00000040, /* padrange */ - 0x00000240, /* refassign */ + 0x00000244, /* refassign */ 0x00000b40, /* lvref */ 0x00000440, /* lvrefslice */ 0x00000b40, /* lvavref */ diff --git a/regen/opcodes b/regen/opcodes index a6e106eac3..322a456d1f 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -51,7 +51,7 @@ const constant item ck_svconst s$ gvsv scalar variable ck_null ds$ gv glob value ck_null ds$ -gelem glob elem ck_null d2 S S +gelem glob elem ck_null ds2 S S padsv private variable ck_null ds0 padav private array ck_null d0 padhv private hash ck_null d0 @@ -561,7 +561,7 @@ padcv private subroutine ck_null d0 introcv private subroutine ck_null d0 clonecv private subroutine ck_null d0 padrange list of private variables ck_null d0 -refassign lvalue ref assignment ck_refassign d2 +refassign lvalue ref assignment ck_refassign ds2 lvref lvalue ref assignment ck_null d% lvrefslice lvalue ref assignment ck_null d@ lvavref lvalue array reference ck_null d% |