Calling syscalls from within the trap instruction's invoke method won't work because...
authorGabe Black <gblack@eecs.umich.edu>
Fri, 3 Nov 2006 19:40:35 +0000 (14:40 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 3 Nov 2006 19:40:35 +0000 (14:40 -0500)
commit6ad386f1a8df96c9679dcffb326420b240e98c05
treefff5dc44d74b5e4ec8b878ab6032218794f655ac
parent4a5cb3f4250544cd5cdf423405d66471b33c545c
Calling syscalls from within the trap instruction's invoke method won't work because apparently you need an xc for that and not a tc. Cleaned up the TrapInstruction fault in light of this.

--HG--
extra : convert_revision : 1805c9244cfd62d0ee7862d8fd7c9983e00c5747
src/arch/sparc/faults.cc
src/arch/sparc/faults.hh
src/arch/sparc/isa/decoder.isa