SPARC: Make nops have the IsNop flag set.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 13 Aug 2007 23:11:27 +0000 (16:11 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 13 Aug 2007 23:11:27 +0000 (16:11 -0700)
commitca84d953b90172e2a642c0d777339c5328345801
tree822d5e4ca48b1898a77c570f49623a8319970110
parent92a57edff1e6d71c51af7e8e79bbe89f1e46b69a
SPARC: Make nops have the IsNop flag set.
In O3, a nop is used to carry faults down the pipeline that didn't originate
from an instruction. If the instruction doesn't do anything, that is just
returns NoFault, but doesn't have IsNop set, the NoFault will overwrite the
fault that's being sent down and nothing will happen.

--HG--
extra : convert_revision : 54d99002b550ca0e1cf14603f588dc1038e3e535
src/arch/sparc/isa/formats/nop.isa