Ticket #1691: rtems-cvs.diff

File rtems-cvs.diff, 672 bytes (added by Gedare Bloom, on 08/26/10 at 16:47:02)

Patch to fix bug.

  • c/src/lib/libbsp/sparc64/shared/include/traptable.h

    RCS file: /usr1/CVS/rtems/c/src/lib/libbsp/sparc64/shared/include/traptable.h,v
    retrieving revision 1.1
    diff -u -p -r1.1 traptable.h
     
    1313/* This file can be included by assembly code */
    1414
    1515#define ENTRY_SIZE (32)
    16 #define TABLE_SIZE (1024*ENTRY_SIZE)
     16
     17#define TABLE_SIZE (1024*ENTRY_SIZE * 2 /* HACK */ )
    1718
    1819#ifndef ASM
    1920extern void* trap_table[TABLE_SIZE];