From 6128a4aa5e791ed4e0a655bfd346a52d92da7883 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 10:43:04 +0000 Subject: Remove stray white spaces. --- c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c') diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c b/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c index 663df41096..0f11c884d8 100644 --- a/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c +++ b/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c @@ -12,8 +12,8 @@ #include "systbl.h" #include "prcb.h" /*-------------------------------------*/ - /* RAM based PRocess Control Block - */ + /* RAM based PRocess Control Block + */ #ifdef DBPRECISE_FAULTS #define AC (INT_OVFL_DISABLE | PRECISE_FLTS) #else @@ -41,17 +41,17 @@ extern SystemTbl nulsystemTbl; struct PRCB rom_prcb = { - & faultTbl[0], /* Fault Table Base */ - & rom_controlTbl[0], /* Control Table Base */ - AC, /* AC */ + & faultTbl[0], /* Fault Table Base */ + & rom_controlTbl[0], /* Control Table Base */ + AC, /* AC */ FAULT_CONFIG, /* Fault Configuration Word */ - & interruptTbl, /* Interrupt Table Base */ - & nulsystemTbl, /* System Procedure Table Base */ - 0, /* Reserved */ + & interruptTbl, /* Interrupt Table Base */ + & nulsystemTbl, /* System Procedure Table Base */ + 0, /* Reserved */ & intStackPtr[0], /* Interrupt Stack Pointer */ - INST_CACHE_CONFIG, /* Instruction Cache Config */ - REG_CACHE_CONFIG, /* Reg Cache Config */ -}; + INST_CACHE_CONFIG, /* Instruction Cache Config */ + REG_CACHE_CONFIG, /* Reg Cache Config */ +}; /*-------------*/ /* End of file */ -- cgit v1.2.3