cpu: Add a pointer to a generic Nop StaticInst.
authorGabe Black <gabeblack@google.com>
Wed, 20 Dec 2017 07:44:39 +0000 (23:44 -0800)
committerGabe Black <gabeblack@google.com>
Fri, 22 Dec 2017 00:27:20 +0000 (00:27 +0000)
commit3742cc9137b43d1e42957d8b440044fa9e95e907
tree0e5fe46d7bb8dcee131d81f6bc4faff78ed0c6d5
parent7df83c94da53f8d04367cb472be8f7f947f94234
cpu: Add a pointer to a generic Nop StaticInst.

This can be used whenever generic code needs a filler instruction that
doesn't do anything.

Change-Id: Ib245d3e880a951e229eb315a09ecc7c47e6ae00f
Reviewed-on: https://gem5-review.googlesource.com/6823
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/cpu/static_inst.cc
src/cpu/static_inst.hh