4.104.114.84.95
Last change
on this file since e37d7196 was
981b99f,
checked in by Joel Sherrill <joel.sherrill@…>, on 08/10/99 at 16:41:44
|
Patch from Eric Valette <valette@…> and Emmanuel Raguet
<raguet@…>:
- the dec21140 driver code has been hardened (various bug fixed) Emmanuel,
- bug in the mcp750 init code have been fixed (interrupt stack/initial
stack initialization), BSS correctly cleared (Eric V)
- remote debugging over TCP/IP is nearly complete (berakpoints,
backtrace, variables,...) (Eric V),
- exception handling code has also been improved in order to fully
support RDBG requirements (Eric V),
|
-
Property mode set to
100644
|
File size:
166 bytes
|
Line | |
---|
1 | /* |
---|
2 | * Registers frame offset definition |
---|
3 | * |
---|
4 | * $Id$ |
---|
5 | */ |
---|
6 | |
---|
7 | #define NBREGS 43 |
---|
8 | |
---|
9 | typedef unsigned int regs[NBREGS]; |
---|
10 | |
---|
11 | /* To be used in common code */ |
---|
12 | typedef regs REGS; |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.