Supply BE() and ASSERT() macros

This commit is contained in:
amai2012 2019-04-19 12:09:54 +02:00
parent 91c000c09d
commit cfe11acf82
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
<?xml version="1.0"?>
<def format="2">
<!-- This configuration is used in daca@home and contains some common practice macros and functions which are helpful for daca analysis. -->
<!-- see gnu.cfg -->
<define name="define ASSERT(expr)" value="assert (expr)"/>
<define name="define BE(expr, val)" value="__builtin_expect (expr, val)"/>
<function name="MIN">
<use-retval/>
<noreturn>false</noreturn>