all repos — mgba @ 23ca81708de270bf1c0aed13a30470e10f287505

mGBA Game Boy Advance Emulator

LR35902: Fix pack pop pragma
Jeffrey Pfau jeffrey@endrift.com
Mon, 18 Jan 2016 21:01:59 -0800
commit

23ca81708de270bf1c0aed13a30470e10f287505

parent

5a23814973225c02c4e2eff79623e55e6c98904b

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/lr35902/lr35902.hsrc/lr35902/lr35902.h

@@ -32,7 +32,7 @@ };

uint8_t packed; }; -#pragma pack(pop, 1) +#pragma pack(pop) enum LR35902ExecutionState { LR35902_CORE_FETCH = 0,

@@ -83,7 +83,7 @@ uint8_t a;

}; uint16_t af; }; -#pragma pack(pop, 1) +#pragma pack(pop) union { struct { uint8_t c;