Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 187013 | Differences between
and this patch

Collapse All | Expand All

(-)alpha-arch.c (-1 / +1 lines)
Lines 87-93 Link Here
87
    /* This may be complete rubbish, as (at least for traps) pc points
87
    /* This may be complete rubbish, as (at least for traps) pc points
88
     * _after_ the instruction that caused us to be here anyway.
88
     * _after_ the instruction that caused us to be here anyway.
89
     */
89
     */
90
    ((char*)*os_context_pc_addr(context)) +=4; }
90
    *os_context_pc_addr(context) +=4; }
91
91
92
unsigned char *
92
unsigned char *
93
arch_internal_error_arguments(os_context_t *context)
93
arch_internal_error_arguments(os_context_t *context)

Return to bug 187013