summaryrefslogtreecommitdiff
path: root/bytecode.pl
diff options
context:
space:
mode:
authorMichael Stevens <mstevens@etla.org>2000-12-06 12:06:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-06 15:06:05 +0000
commiteedc2ed6630576ac39cbf0280330b4f454874a7b (patch)
treeb3ca75172f06682d8d48eb229dab43dfac1eaa3e /bytecode.pl
parent1680a52e01a82cd552d01cb0595a5b4d916ed487 (diff)
downloadperl-eedc2ed6630576ac39cbf0280330b4f454874a7b.tar.gz
the dTHR hits
Message-ID: <20001206120603.A24581@firedrake.org> More, errrm, less dTHRs. p4raw-id: //depot/perl@8010
Diffstat (limited to 'bytecode.pl')
-rw-r--r--bytecode.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl
index 93216048a3..8d77620be7 100644
--- a/bytecode.pl
+++ b/bytecode.pl
@@ -106,7 +106,6 @@ bset_obj_store(pTHXo_ struct byteloader_state *bstate, void *obj, I32 ix)
void
byterun(pTHXo_ register struct byteloader_state *bstate)
{
- dTHR;
register int insn;
U32 ix;
SV *specialsv_list[6];