Skip to content

Commit

Permalink
Remove FixupTable and change RawSegment to BytecodeSegment
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Jan 5, 2011
1 parent 8e53a54 commit ea3c470
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/hacks.pir
Expand Up @@ -3,9 +3,9 @@
#.HLL 'parrot'
.loadlib 'pirate_ops'

.namespace ['PackfileRawSegment']
.namespace ['PackfileBytecodeSegment']
.sub 'push' :method
.param int value
.param pmc value
push self, value
.end

Expand All @@ -15,13 +15,6 @@
.return ($I0)
.end

.namespace ['PackfileFixupTable']
.sub 'push' :method
.param pmc value
$I0 = elements self
self[$I0] = value
.end

.namespace ['PackfileConstantTable']
.sub 'push' :method
.param pmc value
Expand Down

0 comments on commit ea3c470

Please sign in to comment.