From 0b9d67d8a864d02631881b7cdc2e0e720d8bd2b9 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Fri, 9 Oct 2015 13:40:10 +0200 Subject: [PATCH] use default prio for the constructor --- libsrc/c64/soft80_conio.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/c64/soft80_conio.s b/libsrc/c64/soft80_conio.s index 5fbeaadc1..6b909822a 100644 --- a/libsrc/c64/soft80_conio.s +++ b/libsrc/c64/soft80_conio.s @@ -2,7 +2,7 @@ ; Low level stuff for screen output/console input ; - .constructor soft80_init, 24 + .constructor soft80_init .destructor soft80_shutdown .import soft80_kclrscr -- 2.39.5