mirror of
https://github.com/corda/corda.git
synced 2025-06-16 14:18:20 +00:00
give thunks symbol names in the bootimage build, use Heap::allocate instead of malloc
This commit is contained in:
@ -55,7 +55,7 @@ public:
|
||||
unsigned addr;
|
||||
String name;
|
||||
|
||||
inline SymbolInfo(uint64_t addr, const char* name):
|
||||
inline SymbolInfo(uint64_t addr, const String& name):
|
||||
addr(addr),
|
||||
name(name) {}
|
||||
|
||||
|
Reference in New Issue
Block a user