forked from Imagelibrary/rtems
2007-12-01 Till Straumann <strauman@slac.stanford.edu>
* shared/vectors/vectors.h: Give the BSP_Exception_frame struct a name.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-12-01 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/vectors/vectors.h: Give the BSP_Exception_frame
|
||||
struct a name.
|
||||
|
||||
2007-12-01 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/vme/vmeconfig.c: Include <libcpu/bat.h> only
|
||||
|
||||
@@ -116,7 +116,7 @@ extern void exception_nop_enable(const rtems_raw_except_connect_data* ptr);
|
||||
extern int exception_always_enabled(const rtems_raw_except_connect_data* ptr);
|
||||
extern void initialize_exceptions();
|
||||
|
||||
typedef struct {
|
||||
typedef struct _BSP_Exception_frame {
|
||||
unsigned EXC_SRR0;
|
||||
unsigned EXC_SRR1;
|
||||
unsigned _EXC_number;
|
||||
|
||||
Reference in New Issue
Block a user