forked from Imagelibrary/binutils-gdb
sim: unify reserved instruction bits settings
Move these options up to the common dir so we only test & export them once across all ports. The setting only affects igen based ports, and they were turning this on by default, so keep the default in place.
This commit is contained in:
@@ -220,12 +220,6 @@ extern int current_floating_point;
|
||||
|
||||
Control the inclusion of debugging code. */
|
||||
|
||||
/* Whether to check instructions for reserved bits being set */
|
||||
|
||||
#ifndef WITH_RESERVED_BITS
|
||||
#define WITH_RESERVED_BITS 1
|
||||
#endif
|
||||
|
||||
/* include monitoring code */
|
||||
|
||||
#define MONITOR_INSTRUCTION_ISSUE 1
|
||||
|
||||
Reference in New Issue
Block a user