From 540974343290cb9ac0cf55b999447bf563928612 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 17 Oct 2019 21:59:51 -0700 Subject: 5700 --- 062write-stream.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '062write-stream.subx') diff --git a/062write-stream.subx b/062write-stream.subx index a85cf40c..12d3c7e2 100644 --- a/062write-stream.subx +++ b/062write-stream.subx @@ -15,7 +15,7 @@ #? b8/copy-to-eax 1/imm32/exit #? cd/syscall 0x80/imm8 -write-stream: # f : fd or (address stream), s : (address stream) -> +write-stream: # f : fd or (address stream), s : (address stream) # . prologue 55/push-ebp 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp @@ -75,7 +75,7 @@ $write-stream:end: 5d/pop-to-ebp c3/return -_write-stream: # fd : int, s : (address stream) -> +_write-stream: # fd : int, s : (address stream) # . prologue 55/push-ebp 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp -- cgit 1.4.1-2-gfad0