Skip to content

Commit

Permalink
Put a Perl 6 Hash in %*VM
Browse files Browse the repository at this point in the history
  • Loading branch information
tene committed Jun 20, 2010
1 parent e298e50 commit 88210a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/glue/run.pir
Expand Up @@ -90,11 +90,11 @@ of the compilation unit.
## set up %*VM
load_bytecode 'config.pbc'
.local pmc vm, interp, config
vm = new ['Hash']
interp = getinterp
config = interp[.IGLOBALS_CONFIG_HASH]
config = new ['Perl6Scalar'], config
vm['config'] = config
config = 'hash'(config :flat)
vm = 'hash'('config' => config)
set_hll_global ['PROCESS'], "%VM", vm

unit_start_0:
Expand Down

0 comments on commit 88210a9

Please sign in to comment.