mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-15 01:49:00 +00:00
Merge pull request #2618 from Sonicadvance1/corestate_mingw
CoreState: Fix SynchronousFaultData padding type
This commit is contained in:
commit
68599bf124
@ -225,7 +225,7 @@ namespace FEXCore::Core {
|
||||
uint8_t TrapNo;
|
||||
uint8_t si_code;
|
||||
uint16_t err_code;
|
||||
uint32_t _pad : 16;
|
||||
uint16_t _pad : 16;
|
||||
} SynchronousFaultData;
|
||||
|
||||
InternalThreadState* Thread;
|
||||
|
Loading…
Reference in New Issue
Block a user