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:
Mike Frysinger
2021-07-01 01:04:48 -04:00
parent 313c332ff2
commit 7eb1f99ada
33 changed files with 100 additions and 140 deletions

View File

@@ -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