Changeset 21745 for branches/gcc-kmk/tools/wrc/newstruc.c
- Timestamp:
- Oct 25, 2011, 8:41:13 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/tools/wrc/newstruc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/tools/wrc/newstruc.c
r6110 r21745 744 744 /* FIXME: This relies in sizeof(DWORD) == sizeof(pointer_type) */ 745 745 if((DWORD)rtp & 1) 746 #if !defined(__IBMC__) 747 ((char *)rtp)++; 748 #else 749 rtp = (riff_tag_t*)((char*)rtp + 1); 750 #endif 746 rtp = (riff_tag_t*)((char*)rtp + 1); 751 747 } 752 748 } … … 859 855 /* FIXME: This relies in sizeof(DWORD) == sizeof(pointer_type) */ 860 856 if((DWORD)rtp & 1) 861 #if !defined(__IBMC__) 862 ((char *)rtp)++; 863 #else 864 rtp = (riff_tag_t*)((char*)rtp + 1); 865 #endif 857 rtp = (riff_tag_t*)((char*)rtp + 1); 866 858 } 867 859
Note:
See TracChangeset
for help on using the changeset viewer.
