Skip to content

Commit

Permalink
Fix calltype of auto-generated goto_offset for :flow ops.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Feb 28, 2011
1 parent 35bb7b6 commit 6bfb0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilers/opsc/src/Ops/Compiler/Actions.pm
Expand Up @@ -112,7 +112,7 @@ method op($/) {

if !%flags<flow> {
my $goto_next := PAST::Op.new(
:pasttype('call'),
:pasttype('macro'),
:name('goto_offset'),
PAST::Op.new(
:pasttype<macro>,
Expand Down

0 comments on commit 6bfb0ad

Please sign in to comment.