added imports for conio init to conio functions, so the constructor will get linked and called automatically
This commit is contained in:
@@ -149,10 +149,6 @@ start:
|
||||
; Call module constructors
|
||||
jsr initlib
|
||||
|
||||
;; FIXME: this should be called from a constructor instead
|
||||
.import initconio
|
||||
jsr initconio
|
||||
|
||||
; Pass an empty command line
|
||||
jsr push0 ; argc
|
||||
jsr push0 ; argv
|
||||
|
||||
Reference in New Issue
Block a user