⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
Linux Driver Verification
All Projects
Linux Driver Verification
Overview
Activity
Issues
Spent time
News
Wiki
Files
Repository
Download (286 Bytes)
Bug #3701
» errloc_automaton.txt
Vadim Mutilin
, 11/19/2012 01:04 PM
OBSERVER AUTOMATON ErrorLocationAutomaton
// This automaton detects error locations that are specified either
// by the label "ERROR" or by an assertion (function call to __assert_fail).
INITIAL STATE Init;
STATE USEFIRST Init :
MATCH LABEL [LDV_ERROR] -> ERROR;
END AUTOMATON
« Previous
1
2
3
Next »
(1-1/3)
Loading...