From 9fb27e38c2bdd8b605755a5f5a34fc5b4d552ae1 Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Tue, 10 Nov 2009 04:03:39 +0000 Subject: 2009-11-09 Till Straumann PR 1469/cpukit * cpu.c: Add dummy entry for (non-existing) exception #15. Otherwise all slots for vectors >= 16 are one element off. --- cpukit/score/cpu/i386/ChangeLog | 6 ++++++ cpukit/score/cpu/i386/cpu.c | 1 + 2 files changed, 7 insertions(+) (limited to 'cpukit/score') diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog index c0a5deb198..af6506944d 100644 --- a/cpukit/score/cpu/i386/ChangeLog +++ b/cpukit/score/cpu/i386/ChangeLog @@ -1,3 +1,9 @@ +2009-11-09 Till Straumann + + PR 1469/cpukit + * cpu.c: Add dummy entry for (non-existing) exception #15. + Otherwise all slots for vectors >= 16 are one element off. + 2008-09-18 Ralf Corsépius * rtems/score/types.h: Do not define boolean, single_precision, diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c index dd398b8fc2..b79a5bd326 100644 --- a/cpukit/score/cpu/i386/cpu.c +++ b/cpukit/score/cpu/i386/cpu.c @@ -170,6 +170,7 @@ static rtems_raw_irq_hdl tbl[] = { rtems_exception_prologue_12, rtems_exception_prologue_13, rtems_exception_prologue_14, + 0, rtems_exception_prologue_16, rtems_exception_prologue_17, rtems_exception_prologue_18, -- cgit v1.2.3