fix heapdump build

This commit is contained in:
Joel Dice 2009-09-01 12:15:33 -06:00
parent 9550eca866
commit 27f35bf239

View File

@ -711,7 +711,7 @@ Avian_avian_Machine_dumpHeap
unsigned length = stringLength(t, outputFile);
char n[length + 1];
stringChars(t, outputFile, n);
FILE* out = fopen(n, "wb");
FILE* out = vm::fopen(n, "wb");
if (out) {
{ ENTER(t, Thread::ExclusiveState);
dumpHeap(t, out);