mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
refactor build system to support cross-compiling
This commit is contained in:
@ -45,6 +45,8 @@
|
||||
|
||||
inline void* operator new(size_t, void* p) throw() { return p; }
|
||||
|
||||
inline void operator delete(void*) { abort(); }
|
||||
|
||||
namespace vm {
|
||||
|
||||
const unsigned BytesPerWord = sizeof(uintptr_t);
|
||||
|
Reference in New Issue
Block a user