| Index: gdb/tilegx-tdep.h
|
| diff --git a/gdb/tilegx-tdep.h b/gdb/tilegx-tdep.h
|
| index 3ac18a5a6c33b87714bb92f599f96ee5bf2265e2..b598f31eee1247125ca238934887e7849d0a082f 100644
|
| --- a/gdb/tilegx-tdep.h
|
| +++ b/gdb/tilegx-tdep.h
|
| @@ -1,6 +1,6 @@
|
| /* Target-dependent code for the Tilera TILE-Gx processor.
|
|
|
| - Copyright (C) 2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2012-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -100,8 +100,8 @@ enum tilegx_regnum
|
|
|
| TILEGX_PC_REGNUM,
|
| TILEGX_NUM_PHYS_REGS = TILEGX_PC_REGNUM, /* 64 */
|
| -
|
| - TILEGX_NUM_REGS /* 65 */
|
| + TILEGX_FAULTNUM_REGNUM,
|
| + TILEGX_NUM_REGS, /* 66 */
|
| };
|
|
|
| enum { tilegx_reg_size = 8 };
|
|
|