diff --git a/test/combinedmem.cpp b/test/combinedmem.cpp index 2c400ed..d62557d 100644 --- a/test/combinedmem.cpp +++ b/test/combinedmem.cpp @@ -159,7 +159,7 @@ int main() std::array, address_bit - 1>, 2> *bootedTGSW = - new array, address_bit - 1>, + new (std::align_val_t(64)) array, address_bit - 1>, 2>; // MSB of address is evaluated by HomMUX, not // CMUX. vector> encaddress(address_bit);