mem: Compile tracePacket only when TRACING_ON is defined
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Fri, 7 Dec 2018 11:05:55 +0000 (11:05 +0000)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Fri, 7 Dec 2018 13:28:19 +0000 (13:28 +0000)
commitb14b43a576733af3332ca9cff97b9c00f2d9cd00
tree363555c2a53cb0e251721c1ab247bd54ffda6ee6
parent6d1e9ee7c573868519f18a6c8427c54cb3bfddb5
mem: Compile tracePacket only when TRACING_ON is defined

If TRACING_ON is not defined (e.g. when building gem5.fast), clang
compilations will fail reporting an unused function.

Change-Id: I959dba6e9fcf74b951e16365077939ae4d4ef924
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/14975
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
src/mem/abstract_mem.cc