Fixed: After Button press "Instruction" jump to data area is confusingby changing 0 to a 1
This commit is contained in:
parent
5bd49f36d0
commit
44620254b3
@ -219,7 +219,7 @@ executeInstruction model =
|
|||||||
let
|
let
|
||||||
(new_model, reqAlert) = uStepPC model
|
(new_model, reqAlert) = uStepPC model
|
||||||
in
|
in
|
||||||
if new_model.pc.uCounter == 0 then
|
if new_model.pc.uCounter == 1 then
|
||||||
(new_model, reqAlert)
|
(new_model, reqAlert)
|
||||||
else
|
else
|
||||||
if reqAlert then
|
if reqAlert then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user