X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fao.h;fp=src%2Fao.h;h=dade99bf6b572cef9f5bbc9d48dc558df503faf7;hb=f2f8ade6994aa3a69fd08f19c4403ceb8cea295d;hp=1919a259c82b7f49adc9acd2162f33a9e46c98a7;hpb=9ba0da9247ea424a7a147aa85daae0d5e6316b81;p=fw%2Faltos diff --git a/src/ao.h b/src/ao.h index 1919a259..dade99bf 100644 --- a/src/ao.h +++ b/src/ao.h @@ -1311,8 +1311,8 @@ struct ao_stdio { }; extern __xdata struct ao_stdio ao_stdios[]; -extern __data int8_t ao_cur_stdio; -extern __data int8_t ao_num_stdios; +extern __pdata int8_t ao_cur_stdio; +extern __pdata int8_t ao_num_stdios; void flush(void);