misc/coverity_model.c
author sheepluva
Sat, 07 Dec 2019 16:14:27 +0100
branchhedgeroid
changeset 15516 fb23e49b2d4e
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
hedgeroid: fix needlessly creating netplay instance on check for "connecting..."

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

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