Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
&fail should definitely not be returning something that evaluates as …
…true
  • Loading branch information
tene committed Dec 7, 2009
1 parent e71334b commit 77bb074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/control.pir
Expand Up @@ -47,7 +47,7 @@ src/builtins/control.pir - control flow related functions
.param int has_value :opt_flag
.local pmc ex, failure

failure = new ['Mu']
failure = get_hll_global 'Mu'

ex = root_new ['parrot';'Exception']
ex['payload'] = failure
Expand Down

0 comments on commit 77bb074

Please sign in to comment.