revert the "fix" from r2591

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2592 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LPFaint99 2009-03-07 08:55:40 +00:00
parent 3f44ccb75e
commit 316c311b8a
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ private:
union UEXI_STATUS
{
u32 hex;
struct _EXISTATUS
struct
{
unsigned EXIINTMASK : 1; //31
unsigned EXIINT : 1; //30
@ -60,7 +60,7 @@ private:
union UEXI_CONTROL
{
u32 hex;
struct _EXICONTROL
struct
{
unsigned TSTART : 1;
unsigned DMA : 1;