Index: TestSupport.h =================================================================== diff -u -r589f372c79bfe50487806e07161552bea6e7a09c -r1640a914c7923f8fd8fb78801158e0979c0a5256 --- TestSupport.h (.../TestSupport.h) (revision 589f372c79bfe50487806e07161552bea6e7a09c) +++ TestSupport.h (.../TestSupport.h) (revision 1640a914c7923f8fd8fb78801158e0979c0a5256) @@ -55,6 +55,14 @@ typedef struct \ { \ + S32 data; \ + S32 ovInitData; \ + S32 ovData; \ + U32 override; \ +} OVERRIDE_S32_T; + +typedef struct \ +{ \ F32 data; \ F32 ovInitData; \ F32 ovData; \