mirror of
https://github.com/edmccard/twoapple-reboot.git
synced 2025-03-11 06:31:34 +00:00
DCM flag fix
This commit is contained in:
parent
a4fd247e5c
commit
9642b19154
@ -137,8 +137,9 @@ class NmosUndoc(bool strict, bool cumulative) : NmosBase!(strict, cumulative)
|
||||
static string RMW_Compare(string action1, string action2)
|
||||
{
|
||||
return "poke(primaryAddress, (readVal = read(primaryAddress)));\n" ~
|
||||
"writeFinal(primaryAddress, flag.zero_ = flag.negative_ = " ~
|
||||
"writeFinal(primaryAddress, " ~
|
||||
"(writeVal = " ~ action1 ~ "(readVal)));\n" ~
|
||||
"flag.zero_ = flag.negative_ = " ~
|
||||
"compare(" ~ action2 ~ ", writeVal);\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user