1
0

vector exception handler now handles prefetches correctly

This commit is contained in:
Yunsup Lee
2012-03-10 12:54:36 -08:00
parent 7eb73c325e
commit 44ff22a26f
5 changed files with 81 additions and 73 deletions

View File

@ -7,7 +7,7 @@ object Constants
{
val HAVE_RVC = false
val HAVE_FPU = true
val HAVE_VEC = false
val HAVE_VEC = true
val BR_N = UFix(0, 4);
val BR_EQ = UFix(1, 4);