• MorphOS Developer
    Piru
    Posts: 580 from 2003/2/24
    From: finland, the l...
    Quote:

    alfie wrote:
    The matter is whatever I do, I always crash trying to use Quick; I remember 20 years ago I had the very same problem: no way to make Quick works.


    EmulCallQuick68k is tricky to use. Typically you need to set up the call with assembler stub in order to cater for the requirements of the call. If you just call the function directly from C it can wipe r13-r31, something that the C compiler is not aware of. So combining the call with any complicated C code will likely result in a crash.

    Generally it should not be used by user applications.
  • »06.06.24 - 22:09
    Profile