aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin/dv-bfin_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/bfin/dv-bfin_trace.c')
-rw-r--r--sim/bfin/dv-bfin_trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_trace.c b/sim/bfin/dv-bfin_trace.c
index 2c44d1d..ebb2ada 100644
--- a/sim/bfin/dv-bfin_trace.c
+++ b/sim/bfin/dv-bfin_trace.c
@@ -131,7 +131,7 @@ bfin_trace_io_read_buffer (struct hw *me, void *dest,
/* Hardware is limited to 16 entries, so to stay compatible with
software, limit the value to 16. For software algorithms that
keep reading while (TBUFSTAT != 0), they'll get all of it. */
- value = MIN (TBUF_LEN (trace), 16);
+ value = min (TBUF_LEN (trace), 16);
break;
case mmr_offset(tbuf):
{