X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao.h;h=949151bf5700d9a50ecd2dafd99cbe10b371c12f;hp=137a01437adba91dbaca9adf312833cece0e8986;hb=b99315cee4ab796376458a2442cf36806fa4aed3;hpb=b32f2f0090ff967edac07ae4d7a9895ed0b96d31 diff --git a/ao.h b/ao.h index 137a0143..949151bf 100644 --- a/ao.h +++ b/ao.h @@ -29,7 +29,7 @@ /* Stack runs from above the allocated __data space to 0xfe, which avoids * writing to 0xff as that triggers the stack overflow indicator */ -#define AO_STACK_START 0x70 +#define AO_STACK_START 0x78 #define AO_STACK_END 0xfe #define AO_STACK_SIZE (AO_STACK_END - AO_STACK_START + 1)