Mark krnio_save as noinline to ensure zpage params

This commit is contained in:
drmortalwombat 2024-06-10 22:36:07 +02:00
parent ff6bb8ccd5
commit 42eea7f8f4

View File

@ -44,7 +44,7 @@ krnioerr krnio_status(void);
bool krnio_load(char fnum, char device, char channel);
bool krnio_save(char device, const char* start, const char* end);
__noinline bool krnio_save(char device, const char* start, const char* end);
// select the given file for stream output