mem: Remove #if THE_ISA in the AbstractMemory class.
authorGabe Black <gabeblack@google.com>
Tue, 15 Sep 2020 03:15:37 +0000 (20:15 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 15 Sep 2020 20:37:10 +0000 (20:37 +0000)
commitb1c70250c4fc111b78b30266cf290a1d3c5bfb0a
tree12c0e2a95cf9b96c6bfe93480f7214e406df8074
parenta64ecba92e309e5cac4e31b3cda8fff8597fdd36
mem: Remove #if THE_ISA in the AbstractMemory class.

This used to guard the extraction of the endianness when tracing memory
accesses. Since that's now always possible even in NULL_ISA, we don't
need conditional compilation.

Change-Id: Ie5ec76f5b0f27dd4123bc0f0a4c02438bed629ad
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34499
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/mem/abstract_mem.cc