Skip to content

Instantly share code, notes, and snippets.

@mlschroe
Created August 2, 2011 13:43
Show Gist options
  • Save mlschroe/1120201 to your computer and use it in GitHub Desktop.
Save mlschroe/1120201 to your computer and use it in GitHub Desktop.
--- src/Perl6/Actions.pm.orig 2011-08-02 12:56:25.000000000 +0000
+++ src/Perl6/Actions.pm 2011-08-02 13:43:01.000000000 +0000
@@ -3543,6 +3543,7 @@ class Perl6::Actions is HLL::Actions {
$handler.symbol('$_', :scope('lexical_6model'));
$handler.symbol('$!', :scope('lexical_6model'));
$handler := PAST::Stmts.new(
+ PAST::Op.new(:inline(" pop_eh")),
PAST::Op.new( :pasttype('call'),
$handler,
PAST::Var.new( :scope('register'), :name('exception') ),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment