mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
fix bootimage build regression
This commit is contained in:
parent
7d8def84e0
commit
f6299fdfe6
@ -2022,7 +2022,7 @@ main(int ac, const char** av)
|
||||
reinterpret_cast<uintptr_t>(args.bootimageEnd),
|
||||
reinterpret_cast<uintptr_t>(args.codeimageStart),
|
||||
reinterpret_cast<uintptr_t>(args.codeimageEnd),
|
||||
reinterpret_cast<uintptr_t>(args.useLZMA)
|
||||
static_cast<uintptr_t>(args.useLZMA)
|
||||
};
|
||||
|
||||
run(t, writeBootImage, arguments);
|
||||
|
Loading…
Reference in New Issue
Block a user