mirror of
https://github.com/janet-lang/janet
synced 2025-10-22 19:27:43 +00:00
Move functions in util.dst to boot.dst.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
(jmpi 1 :done) # if ($1) goto :done
|
||||
(lds 1) # $1 = self
|
||||
(addim 0 0 -0x1) # $0 = $0 - 1
|
||||
(push 0) # push($0)
|
||||
(push 0) # push($0), push argument for next function call
|
||||
(call 2 1) # $2 = call($1)
|
||||
(addim 0 0 -0x1) # $0 = $0 - 1
|
||||
(push 0) # push($0)
|
||||
|
Reference in New Issue
Block a user