mirror of
https://github.com/corda/corda.git
synced 2025-03-13 07:54:32 +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
|
// PowerPC and ARM). When that limitation is removed, we'll be able
|
||||||
// to specify a capacity as large as we like here:
|
// to specify a capacity as large as we like here:
|
||||||
#if (AVIAN_TARGET_ARCH == AVIAN_ARCH_X86_64) \
|
#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;
|
const unsigned CodeCapacity = 128 * 1024 * 1024;
|
||||||
#else
|
#else
|
||||||
|
# error "wtf?"
|
||||||
const unsigned CodeCapacity = 30 * 1024 * 1024;
|
const unsigned CodeCapacity = 30 * 1024 * 1024;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user