about summary refs log tree commit diff stats
path: root/500fake-screen.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-15 21:40:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-15 21:40:40 -0700
commitbca7f834c3dd1d343d611799674e4ce9140fa633 (patch)
tree91fd5d09eb6d14c489908d3496cba6913a995334 /500fake-screen.mu
parent614d0ecff4b47fd94d86c764f99f8008493e7a50 (diff)
downloadmu-bca7f834c3dd1d343d611799674e4ce9140fa633.tar.gz
.
Diffstat (limited to '500fake-screen.mu')
-rw-r--r--500fake-screen.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/500fake-screen.mu b/500fake-screen.mu
index 59b312e2..a78d7868 100644
--- a/500fake-screen.mu
+++ b/500fake-screen.mu
@@ -608,7 +608,6 @@ fn convert-graphemes-to-pixels _screen: (addr screen) {
         # this is a situation where fake screens aren't faithful to real screens; we don't support overlap between graphemes and raw pixels
         compare tmp, 0
         break-if-=
-        abort "bb"
         var g: grapheme
         copy-to g, tmp
         var tmp/eax: int <- screen-color-at screen, x, y