Searched hist:13346 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/
H A Dabstract_mem.cc13346:67e56546fd5a Fri Oct 12 08:11:00 EDT 2018 Gabe Black <gabeblack@google.com> mem: Explicitly specify the endianness in the abstract memory.

The accessors are used for debugging output. If we're using an ISA
where there's an endianness, we use that explicitly, falling back to a
binary dump if the size isn't supported. If not, then we just dump the
data without interpretation regardless of size.

Change-Id: Ib050c4c876ee41f17cfd14ad657150bf6ab1de39
Reviewed-on: https://gem5-review.googlesource.com/c/13464
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>

Completed in 11 milliseconds