mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 14:52:57 +00:00
print_info: Add -exec parameter to test execution
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user