1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-12-24 04:31:02 +00:00

Constructor procedures are not marked by boolean instead of a magic comment.

This commit is contained in:
jespergravgaard 2020-08-25 22:48:52 +02:00
parent a31600f740
commit 825b277888
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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