mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-24 20:32:39 +00:00
Constructor procedures are not marked by boolean instead of a magic comment.
This commit is contained in:
parent
a31600f740
commit
825b277888
@ -49,7 +49,6 @@ __start: {
|
||||
lda #>COLORRAM
|
||||
sta.z conio_line_color+1
|
||||
// #pragma constructor_for(conio_mega65_init, cputc, clrscr, cscroll)
|
||||
//#pragma constructor
|
||||
jsr conio_mega65_init
|
||||
jsr main
|
||||
rts
|
||||
|
@ -1339,7 +1339,6 @@ __start: {
|
||||
lda #>COLORRAM
|
||||
sta.z conio_line_color+1
|
||||
// [5] call conio_mega65_init
|
||||
//#pragma constructor
|
||||
jsr conio_mega65_init
|
||||
// [6] phi from __start::__init1 to __start::@1 [phi:__start::__init1->__start::@1]
|
||||
__b1_from___init1:
|
||||
@ -1934,7 +1933,6 @@ __start: {
|
||||
lda #>COLORRAM
|
||||
sta.z conio_line_color+1
|
||||
// [5] call conio_mega65_init
|
||||
//#pragma constructor
|
||||
jsr conio_mega65_init
|
||||
// [6] phi from __start::__init1 to __start::@1 [phi:__start::__init1->__start::@1]
|
||||
__b1_from___init1:
|
||||
@ -2652,7 +2650,6 @@ __start: {
|
||||
sta.z conio_line_color+1
|
||||
// #pragma constructor_for(conio_mega65_init, cputc, clrscr, cscroll)
|
||||
// [5] call conio_mega65_init
|
||||
//#pragma constructor
|
||||
jsr conio_mega65_init
|
||||
// [6] phi from __start::__init1 to __start::@1 [phi:__start::__init1->__start::@1]
|
||||
// __start::@1
|
||||
|
Loading…
Reference in New Issue
Block a user