sim: Remove full system checks from some pseudo insts.
authorGabe Black <gabe.black@gmail.com>
Fri, 11 Dec 2020 02:38:26 +0000 (18:38 -0800)
committerGabe Black <gabe.black@gmail.com>
Tue, 15 Dec 2020 01:35:52 +0000 (01:35 +0000)
commit4db903a59f278916de85a2852224eaf660fa1b84
tree5d840a32ca9150554401a12d2b54abec1aee735b
parent9c235d19b0eaea73f687ed1cbf63eeaee858f27f
sim: Remove full system checks from some pseudo insts.

These pseudo insts are less useful outside of full system, but they
should all still work. Removing this check makes it possible to, for
instance, test them in syscall emulation mode, and removes another
difference between the two styles of simulation.

Change-Id: Ia7d29bfc6f7c5c236045d151930fc171a6966799
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/38485
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/sim/pseudo_inst.cc