summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-26 08:06:39 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-26 08:06:39 +0000
commit3f872cb9b86492b28abfc3221567ac8cecfb2724 (patch)
treebff5dbb74b27ad5f707ebed48d6c71ec0a7a7b97 /opcode.h
parenta6d7165678aed89f828954d0fcb2e714844ad7d6 (diff)
downloadperl-3f872cb9b86492b28abfc3221567ac8cecfb2724.tar.gz
patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
add B::OP::name() method that returns just the op_name; convert Deparse et all to use that instead of B::OP::ppaddr(); add support for OP_SETSTATE in Deparse p4raw-id: //depot/perl@3761
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index da4a8fe39e..01a36a0503 100644
--- a/opcode.h
+++ b/opcode.h
@@ -2147,7 +2147,7 @@ EXT U32 PL_opargs[] = {
0x0004281d, /* syscall */
0x00003604, /* lock */
0x00000044, /* threadsv */
- 0x00000000, /* setstate */
+ 0x00001404, /* setstate */
};
#endif