Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[dotnet] Tweak initialization ordering; build constants table a bit e…
…arlier on.
  • Loading branch information
jnthn committed Nov 13, 2010
1 parent 4f8333c commit 14e2274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/compiler/PAST2DNSTCompiler.pm
Expand Up @@ -124,12 +124,12 @@ method compile(PAST::Node $node) {
:void(1),
'TC'
),
$loadinit_calls,
DNST::Call.new(
:name('constants_init'),
:void(1),
'TC'
)
),
$loadinit_calls
));

# Code for when it's the entry point (e.g. a Main method).
Expand Down

0 comments on commit 14e2274

Please sign in to comment.