Skip to content

Commit

Permalink
Merge pull request #3277 from Sonicadvance1/remove_warnings_17
Browse files Browse the repository at this point in the history
FEXCore: Removes FEX_PACKED from CPUState
  • Loading branch information
alyssarosenzweig committed Nov 28, 2023
2 parents aa1344a + 93db8b7 commit 8e892ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FEXCore/include/FEXCore/Core/CoreState.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace FEXCore::Core {
static_assert(std::is_trivially_copyable_v<NonAtomicRefCounter<uint64_t>>, "needs to be trivially copyable");
static_assert(sizeof(NonAtomicRefCounter<uint64_t>) == sizeof(uint64_t), "Needs to be correct size");

struct FEX_PACKED CPUState {
struct CPUState {
// Allows more efficient handling of the register
// file in the event AVX is not supported.
union XMMRegs {
Expand Down

0 comments on commit 8e892ec

Please sign in to comment.