summaryrefslogtreecommitdiff
path: root/bytecode.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-21 04:30:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-21 04:30:54 +0000
commitca337316984db69ef8c629fa7228a5d8e486f363 (patch)
tree6c35bbbf307e2e13e22170f9e4677e6f8487f7a7 /bytecode.pl
parent75d1b5dfc310050618a644104f03818db57b4915 (diff)
downloadperl-ca337316984db69ef8c629fa7228a5d8e486f363.tar.gz
Byteloader patching from Enache continues;
PADOFFSET handling was wrong. p4raw-id: //depot/perl@20792
Diffstat (limited to 'bytecode.pl')
-rw-r--r--bytecode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl
index e3104af731..73accabc39 100644
--- a/bytecode.pl
+++ b/bytecode.pl
@@ -4,7 +4,7 @@ BEGIN {
}
use strict;
my %alias_to = (
- U32 => [qw(PADOFFSET STRLEN line_t)],
+ U32 => [qw(STRLEN line_t)],
I32 => [qw(SSize_t long)],
U16 => [qw(OPCODE short)],
U8 => [qw(char)],