From 965dd1bf56253d4b6104a2f57b48d06f6287fe31 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 27 May 2019 11:11:36 -0700 Subject: . '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. --- subx/apps/survey.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subx/apps/survey.subx') 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 -- cgit 1.4.1-2-gfad0