Problems with the compiler
I needed a routine for sending rectangles to the display. It ended up with six arguments. When I run the debugger the first four are put into registers and the two last are pushed onto the stack.
When I run the debugger the stack is never adjusted after a return ending up in a stack overflow.
I probably missed some settings in the options for the compiler, but temporarely I solved it by
using global variables for the two last arguments (a little dirty perhaps).
When I run the debugger the stack is never adjusted after a return ending up in a stack overflow.
I probably missed some settings in the options for the compiler, but temporarely I solved it by
using global variables for the two last arguments (a little dirty perhaps).
Kommentarer
Trackback