From ffd4a419b4f47d1e9c152ea06fa5255edadfdc92 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 27 Oct 2019 00:52:44 -0700 Subject: 5717 --- 051test.subx | 2 +- html/051test.subx.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/051test.subx b/051test.subx index a49022e0..846e6cee 100644 --- a/051test.subx +++ b/051test.subx @@ -21,7 +21,7 @@ Entry: # manual test cd/syscall 0x80/imm8 # print msg to stderr if a != b, otherwise print "." -check-ints-equal: # (a : int, b : int, msg : (address array byte)) +check-ints-equal: # a : int, b : int, msg : (address array byte) # . prologue 55/push-ebp 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp diff --git a/html/051test.subx.html b/html/051test.subx.html index 8f113a0e..c60561c2 100644 --- a/html/051test.subx.html +++ b/html/051test.subx.html @@ -80,7 +80,7 @@ if ('onhashchange' in window) { 21 cd/syscall 0x80/imm8 22 23 # print msg to stderr if a != b, otherwise print "." - 24 check-ints-equal: # (a : int, b : int, msg : (address array byte)) + 24 check-ints-equal: # a : int, b : int, msg : (address array byte) 25 # . prologue 26 55/push-ebp 27 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp -- cgit 1.4.1-2-gfad0