misc/coverity_model.c
author Wuzzy <Wuzzy2@mail.ru>
Sat, 17 Mar 2018 04:37:13 +0100
changeset 13235 9f5023a5f9e1
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
Fix speech bubble briefly rendering at (0,0) after spawning

void fpcrtl_halt(int num) {
    __coverity_panic__();
}

int fpcrtl_abs(int num) {
    return num >= 0 ? num : -num;
}