diff options
Diffstat (limited to 'apps/hex.subx')
-rw-r--r-- | apps/hex.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/hex.subx b/apps/hex.subx index 81019840..0fa9f485 100644 --- a/apps/hex.subx +++ b/apps/hex.subx @@ -60,7 +60,7 @@ $subx-hex-main:interactive: # configure ed to really exit() # . ed->target = 0 c7 0/subop/copy 0/mod/direct 0/rm32/eax . . . . . 0/imm32 # copy to *eax - # subx-hex(Stdin, 1/stdout, 2/stderr, ed) + # subx-hex(Stdin, Stdout, Stderr, ed) # . . push args 50/push-eax/ed 68/push Stderr/imm32 |