mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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
|
||||
details. */
|
||||
|
||||
#include "machine.h"
|
||||
#include "heapwalk.h"
|
||||
|
||||
using namespace vm;
|
||||
@ -91,7 +92,7 @@ dumpHeap(Thread* t, FILE* out)
|
||||
write4(out, number);
|
||||
}
|
||||
|
||||
virtual void push(unsigned) {
|
||||
virtual void push(object, unsigned, unsigned) {
|
||||
write1(out, Push);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user