x86: gdbstub: remove ARCH_GDB_NUM_REGISTERS
Common GDB Stub no longer uses ARCH_GDB_NUM_REGISTERS. So remove it. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
e76d385e49
commit
9486cf7482
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@
|
|||
/**
|
||||
* @brief Number of register used by gdbstub in IA-32
|
||||
*/
|
||||
#define ARCH_GDB_NUM_REGISTERS 16
|
||||
|
||||
#define GDB_STUB_NUM_REGISTERS 16
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue