Skip to content

Commit

Permalink
Fix NIECZA_TRACE_LOAD for evals
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jun 6, 2011
1 parent 75df890 commit d3f8dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kernel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public RuntimeUnit(string name, Type type, byte[] heap,

if (TraceLoad) {
Console.WriteLine("Setting up unit {0}", type.Name);
HexDump(heap);
HexDump(this.heap);
}

uint d = 0;
Expand Down

0 comments on commit d3f8dc6

Please sign in to comment.