1
0

fix D$ store-upgrade bug

loads to the same address as stores that cause an upgrade
could return the old value
This commit is contained in:
Andrew Waterman
2012-03-10 15:50:10 -08:00
parent 4f4b990a4f
commit 8ffdac9526
3 changed files with 6 additions and 4 deletions

View File

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