diff options
Diffstat (limited to 'libgcc/config/rs6000/aix-unwind.h')
-rw-r--r-- | libgcc/config/rs6000/aix-unwind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgcc/config/rs6000/aix-unwind.h b/libgcc/config/rs6000/aix-unwind.h index 4c05347..f634ea7 100644 --- a/libgcc/config/rs6000/aix-unwind.h +++ b/libgcc/config/rs6000/aix-unwind.h @@ -110,7 +110,7 @@ typedef struct { uint pad1 [4]; vstate_t vstate; char bumper [BUMPER_SIZE]; - int mark; + int mark; } extended_context_t; typedef struct { @@ -160,7 +160,7 @@ ucontext_for (struct _Unwind_Context *context) switch (*(ra + 18)) { /* AIX 5.2 */ - case 0x835a0520: /* lwz r26,1312(r26) */ + case 0x835a0520: /* lwz r26,1312(r26) */ return (ucontext_t *)(context->cfa + 0x70); /* AIX 5.3 */ |