Skip to content

Commit

Permalink
Switch Proxy to create Perl6Scalar instead of ObjectRef.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 17, 2010
1 parent 62f2219 commit 41191e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/Proxy.pir
Expand Up @@ -60,7 +60,7 @@ container.
source = descalarref source

# convert self into a scalar
$P0 = new ['ObjectRef'], source
$P0 = new ['Perl6Scalar'], source
copy self, $P0
$P0 = get_hll_global ['Bool'], 'True'
setprop self, 'scalar', $P0
Expand Down

0 comments on commit 41191e9

Please sign in to comment.