mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-25 08:44:49 +01:00
skyeye: Disable MSVC warning C4200
This commit is contained in:
parent
1f329b2fbf
commit
ec4c91a92b
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ enum class TransExtData {
|
|||
SINGLE_STEP = (1 << 8)
|
||||
};
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4200)
|
||||
#endif
|
||||
struct arm_inst {
|
||||
unsigned int idx;
|
||||
unsigned int cond;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue