Skip to content

Commit

Permalink
Helps to actually emit the call to set up the constant table we build…
Browse files Browse the repository at this point in the history
… in the setting.
  • Loading branch information
jnthn committed Aug 20, 2010
1 parent fd62b41 commit 3b36cb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dotnet/compiler/PAST2DNSTCompiler.pm
Expand Up @@ -78,6 +78,12 @@ method compile(PAST::Node $node) {
:void(1),
'TC'
),
DNST::Call.new(
:name('constants_init'),
:void(1),
'TC',
'TC.CurrentContext'
),
$loadinit_calls,
$main_block_call,
"TC.CurrentContext"
Expand Down

0 comments on commit 3b36cb6

Please sign in to comment.