misc/coverity_model.c
author antonc27 <antonc27@mail.ru>
Fri, 30 Oct 2015 23:06:25 +0100
branchios-revival
changeset 11261 ce5f1b547a67
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
- Return of stereo sound for mobile! - 'Justyouwait' voice sound not skipped anymore

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

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