From ec73ed1230d75deb0f913a32617c9f1e0a5ca640 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 10 Jul 2020 23:44:10 -0700 Subject: 6631 --- html/run_one_test.subx.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/run_one_test.subx.html') diff --git a/html/run_one_test.subx.html b/html/run_one_test.subx.html index 555fc3e1..bfd463ea 100644 --- a/html/run_one_test.subx.html +++ b/html/run_one_test.subx.html @@ -65,22 +65,22 @@ if ('onhashchange' in window) { 8 Entry: 9 # Heap = new-segment(64KB) 10 # . . push args -11 68/push Heap/imm32 -12 ff 6/subop/push 0/mod/indirect 5/rm32/.disp32 . . . Heap-size/disp32 # push *Heap-size +11 68/push Heap/imm32 +12 ff 6/subop/push 0/mod/indirect 5/rm32/.disp32 . . . Heap-size/disp32 # push *Heap-size 13 # . . call -14 e8/call new-segment/disp32 +14 e8/call new-segment/disp32 15 # . . discard args 16 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 17 # initialize-trace-stream(256KB) 18 # . . push args 19 68/push 0x40000/imm32/256KB 20 # . . call -21 e8/call initialize-trace-stream/disp32 +21 e8/call initialize-trace-stream/disp32 22 # . . discard args 23 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 24 # for debugging: run a single test 25 e8/call $TEST_NAME/disp32 -26 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/ebx Num-test-failures/disp32 # copy *Num-test-failures to ebx +26 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/ebx Num-test-failures/disp32 # copy *Num-test-failures to ebx 27 b8/copy-to-eax 1/imm32/exit 28 cd/syscall 0x80/imm8 29 -- cgit 1.4.1-2-gfad0