mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-04-27 14:57:41 +00:00
Simplify
This commit is contained in:
parent
f14c20a5b6
commit
c84eed864f
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ PrintObject: # PrintObject(x:si)
|
||||||
|
|
||||||
Print: test %si,%si
|
Print: test %si,%si
|
||||||
jz NewLine
|
jz NewLine
|
||||||
mov (%si),%si # ax = Car(Cdr(e))
|
xchg %di,%si
|
||||||
call PrintObject
|
call PrintObject
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue