about summary refs log tree commit diff stats
path: root/subx/apps/survey.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-27 11:11:36 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-27 11:11:36 -0700
commit965dd1bf56253d4b6104a2f57b48d06f6287fe31 (patch)
tree61a7989b83c26bf6cc18349f374fb1f3155b969e /subx/apps/survey.subx
parent7c575de40da307ccb676c6aafb433f40ecafde41 (diff)
downloadmu-965dd1bf56253d4b6104a2f57b48d06f6287fe31.tar.gz
.
'get-or-insert-stream' is now the more generic 'get-or-insert' that can
handle tables of any value type. But callers have to be careful to cast
values to the right type.
Diffstat (limited to 'subx/apps/survey.subx')
-rw-r--r--subx/apps/survey.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx
index e0f04e22..186dea3a 100644
--- a/subx/apps/survey.subx
+++ b/subx/apps/survey.subx
@@ -49,7 +49,7 @@ Entry:
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
 
     # for debugging: run a single test
-#?     e8/call test-convert/disp32
+#?     e8/call test-get-or-insert/disp32
 #?     8b/copy                         0/mod/indirect  5/rm32/.disp32            .             .           3/r32/EBX   Num-test-failures/disp32          # copy *Num-test-failures to EBX
 #?     eb/jump  $main:end/disp8