mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 13:44:31 +01:00
print_info: Add -exec parameter to test execution
This commit is contained in:
parent
25e27282e3
commit
5d93e6e580
2 changed files with 200 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue