Actions
Feature #9539
closedPrint stub for inline Assembler
Start date:
03/13/2019
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Inline Assembler is not interpreted by source code analysis & verification tools. Moreover, it can confuse them, e.g. CPAchecker doesn't support asm goto. So, it is better to print some stub instead of inline Assembler. For a start let's call undefined function void ldv_inline_asm(void).
Updated by Evgeny Novikov over 5 years ago
- Blocks Feature #9536: Update CIF added
Updated by Evgeny Novikov over 5 years ago
- Status changed from New to Closed
I supported this in 355e76d. After that we do not need source code patches either before or after Frama-C (CIL)!
Actions