mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +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
|
||||
jz NewLine
|
||||
mov (%si),%si # ax = Car(Cdr(e))
|
||||
xchg %di,%si
|
||||
call PrintObject
|
||||
ret
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue