Used the Fault constructor to create Interrupt faults. Using the pointer directly...
authorGabe Black <gblack@eecs.umich.edu>
Wed, 1 Mar 2006 05:14:09 +0000 (00:14 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 1 Mar 2006 05:14:09 +0000 (00:14 -0500)
commitd6c06571169603a37321af07b4d012f05806ad26
tree1f00a7c79a4cd6ba12f012c1f6414960f9b47a5f
parent69e91d761765b84429dc069b8fa1cd3f25925688
Used the Fault constructor to create Interrupt faults. Using the pointer directly prevents reference counting from working correctly.

cpu/simple/cpu.cc:
    Used the Fault constructor to create an Interrupt fault.

--HG--
extra : convert_revision : ec2ef7e3cd04ee9a44628877dc6e770fb907104b
cpu/simple/cpu.cc