print_info: Add -exec parameter to test execution

This commit is contained in:
MerryMage 2020-04-02 12:51:12 +01:00
parent 25e27282e3
commit 5d93e6e580
2 changed files with 200 additions and 7 deletions

View file

@ -102,7 +102,7 @@ struct UserConfig {
bool absolute_offset_page_table = false;
// Coprocessors
std::array<std::shared_ptr<Coprocessor>, 16> coprocessors;
std::array<std::shared_ptr<Coprocessor>, 16> coprocessors{};
/// Hint instructions would cause ExceptionRaised to be called with the appropriate
/// argument.