From 999c529cb972079df3bc693945be34a77336ddf4 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 26 Oct 2019 23:51:14 -0700 Subject: 5716 --- html/apps/tests.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/apps/tests.subx.html') diff --git a/html/apps/tests.subx.html b/html/apps/tests.subx.html index d5ea0a7b..71e308db 100644 --- a/html/apps/tests.subx.html +++ b/html/apps/tests.subx.html @@ -130,8 +130,8 @@ if ('onhashchange' in window) { 70 subx-gen-run-tests: # in : (address buffered-file), out : (address buffered-file) 71 # pseudocode 72 # bool tests-found = false - 73 # var line = new-stream(512, 1) - 74 # var new-code-segment = new-stream(Segment-size, 1) + 73 # var line : (stream byte 512) + 74 # var new-code-segment : (handle stream byte) = new-stream(Segment-size, 1) 75 # write(new-code-segment, "\n== code\n") 76 # write(new-code-segment, "run-tests:\n") 77 # while true @@ -325,7 +325,7 @@ if ('onhashchange' in window) { 265 # . . push args 266 ff 6/subop/push 1/mod/*+disp8 5/rm32/ebp . . . . 0xc/disp8 . # push *(ebp+12) 267 # . . call -268 e8/call flush/disp32 +268 e8/call flush/disp32 269 # . . discard args 270 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 271 # . reclaim locals -- cgit 1.4.1-2-gfad0