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:
parent
088f7bb95c
commit
e81b7af881
2 changed files with 6 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue