Actions
Bug #10127
closedDeclare ldv_inline_asm() before usage
Start date:
02/20/2020
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Since verifiers do not interpret Inline Assembler Klever replaces it with calls to stub function ldv_inline_asm(). But it does not care about this function is declared before usage that can result in tricky conflicts on merging source files together.
Updated by Evgeny Novikov almost 5 years ago
- Status changed from New to Resolved
I fixed the issue in branch fix-ldv-inline-asm-decl. From now there is a special header presets/jobs/specifications/ldv/common.h that is added at the beginning of all instrumented C source files including models. The branch is tested.
Updated by Evgeny Novikov almost 5 years ago
- Status changed from Resolved to Closed
Tests passed, so, I merged the branch to master in f31697a4b.
Actions