mirror of
https://github.com/corda/corda.git
synced 2025-01-09 06:23:04 +00:00
fix build breakage in heapdump.cpp
This commit is contained in:
parent
4ec853d1bc
commit
bcfdc03631
@ -8,6 +8,7 @@
|
|||||||
There is NO WARRANTY for this software. See license.txt for
|
There is NO WARRANTY for this software. See license.txt for
|
||||||
details. */
|
details. */
|
||||||
|
|
||||||
|
#include "machine.h"
|
||||||
#include "heapwalk.h"
|
#include "heapwalk.h"
|
||||||
|
|
||||||
using namespace vm;
|
using namespace vm;
|
||||||
@ -91,7 +92,7 @@ dumpHeap(Thread* t, FILE* out)
|
|||||||
write4(out, number);
|
write4(out, number);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void push(unsigned) {
|
virtual void push(object, unsigned, unsigned) {
|
||||||
write1(out, Push);
|
write1(out, Push);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user