dynarmic/include/dynarmic
Lioncash 2e180a7f14 backend/x64/a32_interface: Mark Context move constructor and move assignment as noexcept
Provides a more "correct" move constructor/assignment operator, since
these relevant functions shouldn't throw exceptions.

Has the benefit of playing nicely with std::move_if_noexcept and other
noexcept library facilities.
2020-04-22 20:58:09 +01:00
..
A32 backend/x64/a32_interface: Mark Context move constructor and move assignment as noexcept 2020-04-22 20:58:09 +01:00
A64 A64: Implement BRK 2020-04-22 20:55:06 +01:00