diff options
| author | Frank Ch. Eigler <fche@redhat.com> | 2000-06-24 14:47:54 +0000 |
|---|---|---|
| committer | Frank Ch. Eigler <fche@redhat.com> | 2000-06-24 14:47:54 +0000 |
| commit | 7fb283bce2efb82f9194393a868a179726fdb9c9 (patch) | |
| tree | d1b23b9616319ae3b696d3731df7e19330716953 /sim/common/sim-trace.h | |
| parent | ab42ee127d43c28da2be6ec13be970e1cd7db15c (diff) | |
| download | ppe42-binutils-7fb283bce2efb82f9194393a868a179726fdb9c9.tar.gz ppe42-binutils-7fb283bce2efb82f9194393a868a179726fdb9c9.zip | |
* verbosity reduction
2000-06-23 Frank Ch. Eigler <fche@redhat.com>
* cgen-trace.h (TRACE_USEFUL_MASK): Remove TRACE_EVENTS_IDX.
Diffstat (limited to 'sim/common/sim-trace.h')
| -rw-r--r-- | sim/common/sim-trace.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/common/sim-trace.h b/sim/common/sim-trace.h index 14d277e2e9..d34f5c4fd9 100644 --- a/sim/common/sim-trace.h +++ b/sim/common/sim-trace.h @@ -85,8 +85,7 @@ enum { ((1 << TRACE_INSN_IDX) \ | (1 << TRACE_LINENUM_IDX) \ | (1 << TRACE_MEMORY_IDX) \ - | (1 << TRACE_MODEL_IDX) \ - | (1 << TRACE_EVENTS_IDX)) + | (1 << TRACE_MODEL_IDX)) /* Masks so WITH_TRACE can have symbolic values. The case choice here is on purpose. The lowercase parts are args to |

