zf set to 1

This commit is contained in:
emdel 2016-02-18 06:29:59 -08:00
parent 0383db9d27
commit f010219a0f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import regress
mu = 0
zf = 0 # (0:clear, 1:set)
zf = 1 # (0:clear, 1:set)
class Init(regress.RegressTest):