Include the new GenFault microop.

--HG--
extra : convert_revision : 6c943329525d2a01f35ad5e56ff91505d5011d7b
This commit is contained in:
Gabe Black
2007-04-10 17:26:04 +00:00
parent 9f4ebf9156
commit 798caa36ad

View File

@@ -56,5 +56,8 @@
//Common microop stuff
##include "base.isa"
//A microop that generates a specified fault
##include "fault.isa"
//Integer microop definitions
##include "int.isa"