misc/coverity_model.c
author mikade <redgrinner@gmail.com>
Fri, 01 May 2015 22:08:13 +0900
changeset 10914 69a0ad28ae8e
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
new test for lols removed hwp and old maps

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

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