mirror of
https://github.com/corda/corda.git
synced 2025-03-12 23:44:13 +00:00
fix incorrect macro name in bootimage.cpp
This commit is contained in:
parent
2131adf3aa
commit
1a44ec9eef
@ -1992,9 +1992,10 @@ main(int ac, const char** av)
|
||||
// PowerPC and ARM). When that limitation is removed, we'll be able
|
||||
// to specify a capacity as large as we like here:
|
||||
#if (AVIAN_TARGET_ARCH == AVIAN_ARCH_X86_64) \
|
||||
|| (AVIAN_TARGET_ARCH == AVIAN_ARCH_X86_32)
|
||||
|| (AVIAN_TARGET_ARCH == AVIAN_ARCH_X86)
|
||||
const unsigned CodeCapacity = 128 * 1024 * 1024;
|
||||
#else
|
||||
# error "wtf?"
|
||||
const unsigned CodeCapacity = 30 * 1024 * 1024;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user