This commit is contained in:
Kartik K. Agaram 2015-02-27 19:09:49 -08:00
parent c2719c3d2b
commit e8afd9a6dc
1 changed files with 1 additions and 1 deletions

2
mu.arc
View File

@ -1702,7 +1702,7 @@
; like memory-contains-array but shows diffs in 2D
(def screen-contains (addr width value)
(or (memory-contains-array addr value)
(do ;(memory-contains-array-verbose addr value)
(do1 nil
(prn "Mismatch detected. Screen contents:")
(with (row-start-addr (+ addr 1) ; skip count
idx 0)