From ebd355215059d07c5830a5aeb165376b7cb757e1 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 30 Dec 2018 01:42:06 -0800 Subject: 4895 --- html/subx/066allocate.subx.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/subx/066allocate.subx.html') diff --git a/html/subx/066allocate.subx.html b/html/subx/066allocate.subx.html index 68746e1f..94a0b52a 100644 --- a/html/subx/066allocate.subx.html +++ b/html/subx/066allocate.subx.html @@ -92,7 +92,7 @@ if ('onhashchange' in window) { 32 # main: 33 e8/call run-tests/disp32 # 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'. 34 # syscall(exit, Num-test-failures) - 35 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/EBX Num-test-failures/disp32 # copy *Num-test-failures to EBX + 35 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/EBX Num-test-failures/disp32 # copy *Num-test-failures to EBX 36 b8/copy-to-EAX 1/imm32/exit 37 cd/syscall 0x80/imm8 38 -- cgit 1.4.1-2-gfad0 dden' name='id' value='9656e137742eb442e9ce013dd3f25cf6df8c9fad'/>
path: root/file.lua
blob: 62b075e39515471f276d7915d252d8b9b4afa70d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11