forked from Imagelibrary/binutils-gdb
Use enum for gdbarch's call_dummy_location
This changes gdbarch to use an enum for call_dummy_location, providing a little more type safety.
This commit is contained in:
@@ -282,9 +282,6 @@ enum stop_kind
|
||||
};
|
||||
|
||||
|
||||
/* Possible values for gdbarch_call_dummy_location. */
|
||||
#define ON_STACK 1
|
||||
#define AT_ENTRY_POINT 4
|
||||
|
||||
/* Base class for target-specific inferior data. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user