#1469 closed defect (fixed)

Wrong exception handler prologues for exceptions >= 16 (i386)

Reported by: strauman Owned by: Joel Sherrill
Priority: normal Milestone: 4.9
Component: score Version: 4.9
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

The table listing the individual exception prologues
must contain a NULL element in slot 15 (no prologue
for reserved exception 15 exists) -- otherwise,
when incurring e.g., a FP exception (#16) the prologue #17
is invoked.

Attachments (1)

i386-exc-15-slot.diff (586 bytes) - added by strauman on 11/10/09 at 02:58:49.
Fix for the aforementioned problem

Download all attachments as: .zip

Change History (4)

Changed on 11/10/09 at 02:58:49 by strauman

Attachment: i386-exc-15-slot.diff added

Fix for the aforementioned problem

comment:1 Changed on 11/10/09 at 03:00:09 by strauman

Summary: Wrong exception handler prologues for exceptions > 16Wrong exception handler prologues for exceptions >= 16

comment:2 Changed on 11/10/09 at 14:16:20 by strauman

Resolution: fixed
Status: newclosed
Summary: Wrong exception handler prologues for exceptions >= 16Wrong exception handler prologues for exceptions >= 16 (i386)

comment:3 Changed on 11/10/09 at 14:17:46 by strauman

Some confusion - comment #4 should apply here, sorry...

Note: See TracTickets for help on using tickets.