fix typo and avoid stack-race

This commit is contained in:
Peter Ferrie 2021-11-03 21:23:09 -07:00
parent adb7310d57
commit bf27f44569
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -51,9 +51,9 @@ _begin: push %cs # memory model cs=ds=es = 0x600
push %cs
pop %ds
pop %es
pop %ss
mov $kSymbols,%si
mov %si,%cx
pop %ss
mov %cx,%sp
cld
xor %ax,%ax
@ -206,7 +206,7 @@ Cons: xchg %di,%ax
xchg %di,%ax
mov %fs,%di
mov %ax,%fs
xchg %di,%ax
1: xchg %di,%ax
ret
Pairlis:cmp $NIL,%di # Pairlis(x:di,y:si,a:dx):ax