arch-mips: Replaced `BigEndianByteOrder` in MIPS
authorBobby R. Bruce <bbruce@ucdavis.edu>
Thu, 10 Sep 2020 00:24:05 +0000 (17:24 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Thu, 10 Sep 2020 05:44:24 +0000 (05:44 +0000)
commit724dd71c06647255580200298ccb48c819391d69
tree10058bd1d1e11bcc2c2c80bea0bc370e02952257
parentedb1454fe0c584097ea5dbb25ec6b177e751e3f9
arch-mips: Replaced `BigEndianByteOrder` in MIPS

The following change removed the `BigEndianByteOrder` enum and replaced
it with `ByteOrder:big`:
https://gem5-review.googlesource.com/c/public/gem5/+/33174

This change was not propogated to `src/arch/mips/isa/decoder.isa` and
`src/arch/mips/isa/formats/mem.isa`, and therefore caused compilation
errors. This caused the Nightly Build to fail:
https://www.mail-archive.com/gem5-dev@gem5.org/msg35900.html

This commit fixes this error.

Change-Id: I3967eb9e9236a7a95318c17ca410b613b8473eed
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34255
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/mips/isa/decoder.isa
src/arch/mips/isa/formats/mem.isa