mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Fix total number of tic80 registers
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
start-sanitize-tic80
|
||||
Wed May 14 12:04:49 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* config/tic80/tm-tic80.h (NUM_REGS): 38 not 37.
|
||||
|
||||
end-sanitize-tic80
|
||||
start-sanitize-tic80
|
||||
Mon May 12 11:35:04 1997 Mark Alexander <marka@cygnus.com>
|
||||
|
||||
* tic80-tdep.c, config/tic80/tm-tic80.h: First cut at getting
|
||||
|
@ -36,7 +36,7 @@ struct frame_saved_regs;
|
||||
|
||||
#define NAMES_HAVE_UNDERSCORE
|
||||
|
||||
#define NUM_REGS 37
|
||||
#define NUM_REGS 38
|
||||
|
||||
#define REGISTER_NAMES \
|
||||
{ "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", \
|
||||
|
Reference in New Issue
Block a user