diff options
Diffstat (limited to 'gcc/unwind-generic.h')
-rw-r--r-- | gcc/unwind-generic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/unwind-generic.h b/gcc/unwind-generic.h index aca6639dc88..5e0f608d8ea 100644 --- a/gcc/unwind-generic.h +++ b/gcc/unwind-generic.h @@ -43,8 +43,8 @@ extern "C" { /* @@@ The IA-64 ABI uses uint64 throughout. Most places this is inefficient for 32-bit and smaller machines. */ -typedef unsigned _Unwind_Word __attribute__((__mode__(__word__))); -typedef signed _Unwind_Sword __attribute__((__mode__(__word__))); +typedef unsigned _Unwind_Word __attribute__((__mode__(__unwind_word__))); +typedef signed _Unwind_Sword __attribute__((__mode__(__unwind_word__))); #if defined(__ia64__) && defined(__hpux__) typedef unsigned _Unwind_Ptr __attribute__((__mode__(__word__))); #else |