blob: f491fcbf4a46a42d3d08eff7d299035cafb3b97c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef __REAL_EINTERNAL_TMP_064_32LSB
#define __REAL_EINTERNAL_TMP_064_32LSB
#if BITS_PER_EMUSHORT == 32
#else /* BITS_PER_EMUSHORT != 32 */
#error ei_tmp_064_emu32lsb.dfn: ERROR: Failed size of EMUSHORT data type.
#endif /* BITS_PER_EMUSHORT == 32 */
#endif /* __REAL_EINTERNAL_TMP_064_32LSB */
|