LUI working.
This commit is contained in:
parent
a48c9a1ba8
commit
abef04fc22
2 changed files with 3 additions and 3 deletions
|
@ -19,14 +19,14 @@ import LogParser._
|
|||
|
||||
object Manifest {
|
||||
|
||||
val singleTest = "arithImm.s"
|
||||
val singleTest = "constants.s"
|
||||
|
||||
val nopPadded = true
|
||||
|
||||
val singleTestOptions = TestOptions(
|
||||
printIfSuccessful = true,
|
||||
printErrors = true,
|
||||
printParsedProgram = false,
|
||||
printParsedProgram = true,
|
||||
printVMtrace = false,
|
||||
printVMfinal = false,
|
||||
printMergedTrace = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue