mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-29 23:36:06 +08:00
2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
* python/py-breakpoint (struct pybp_code): Use int instead of enum type_code.
This commit is contained in:
@ -48,7 +48,7 @@ struct pybp_code
|
||||
/* The name. */
|
||||
const char *name;
|
||||
/* The code. */
|
||||
enum type_code code;
|
||||
int code;
|
||||
};
|
||||
|
||||
/* Entries related to the type of user set breakpoints. */
|
||||
|
Reference in New Issue
Block a user