From d06838c4a5217f4aa5f667b321f79c99dbdc4bbd Mon Sep 17 00:00:00 2001 From: arcum42 Date: Sat, 18 Sep 2010 05:29:05 +0000 Subject: [PATCH] Compilation fix. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3795 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/IPU/IPU.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/IPU/IPU.h b/pcsx2/IPU/IPU.h index a719e07474..6759e547db 100644 --- a/pcsx2/IPU/IPU.h +++ b/pcsx2/IPU/IPU.h @@ -67,7 +67,7 @@ union tIPU_CTRL { void reset() { _u32 = 0; } }; -__aligned16 struct tIPU_BP { +struct __aligned16 tIPU_BP { __aligned16 u128 internal_qwc[2]; u32 BP; // Bit stream point (0 to 128*2)