import gdb-1999-11-01 snapshot

This commit is contained in:
Jason Molenda
1999-11-02 04:44:47 +00:00
parent 9503fd8735
commit 5c44784c11
57 changed files with 2267 additions and 391 deletions

View File

@ -34,7 +34,8 @@
/***************Begin MY defs*********************/
int quit_flag = 0;
char registers[REGISTER_BYTES];
static char my_registers[REGISTER_BYTES];
char *registers = my_registers;
/* Index within `registers' of the first byte of the space for
register N. */