diff options
author | K. Richard Pixley <rich@cygnus> | 1993-09-08 21:45:17 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-09-08 21:45:17 +0000 |
commit | c323585b8925a1bc88294a63150aeaf9e6545983 (patch) | |
tree | b62f1bddb5f119d01679253184d39b23b34d42d7 /gdb/config/h8300 | |
parent | fee933f19c4956f6f5b8e05bb0e596dcae98b61a (diff) | |
download | gdb-c323585b8925a1bc88294a63150aeaf9e6545983.zip gdb-c323585b8925a1bc88294a63150aeaf9e6545983.tar.gz gdb-c323585b8925a1bc88294a63150aeaf9e6545983.tar.bz2 |
gcc lint
Diffstat (limited to 'gdb/config/h8300')
-rw-r--r-- | gdb/config/h8300/tm-h8300.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/config/h8300/tm-h8300.h b/gdb/config/h8300/tm-h8300.h index bee667a..67f5aa3 100644 --- a/gdb/config/h8300/tm-h8300.h +++ b/gdb/config/h8300/tm-h8300.h @@ -94,8 +94,12 @@ extern CORE_ADDR h8300_skip_prologue (); #define REGISTER_TYPE unsigned short -/*# define NUM_REGS 20 /* 20 for fake HW support */ +#if 0 +# define NUM_REGS 20 /* 20 for fake HW support */ +#else #define NUM_REGS 13 +#endif + #define REGISTER_BYTES (NUM_REGS * 4) /* Index within `registers' of the first byte of the space for |