ref: bedb29bd605f96c8e3511500aeb73caa2725a3d9
parent: 0ee5dd21d0f2e81c5d9f763a605a56d970bc1c9e
author: cancel <cancel@cancel.fm>
date: Fri Nov 30 10:44:51 EST 2018
Remove unnecessary comment
--- a/sim.c
+++ b/sim.c
@@ -565,7 +565,6 @@
STOP_IF_DUAL_INACTIVE;
Usz a = INDEX(PEEK(0, 1));
Usz b = INDEX(PEEK(0, 2));
- // we should ask if this is an ok behavior as defined in the existing js.
Usz min, max;
if (a == b) {
POKE(1, 0, GLYPH(a));