ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
include
jit
etiss
jit
Coverage.h
Go to the documentation of this file.
1
#ifndef __COVERAGE_H__
2
#define __COVERAGE_H__
3
4
#ifdef __cplusplus
5
extern
"C"
6
{
7
#endif
8
9
#ifdef ETISS_USE_COREDSL_COVERAGE
10
void
etiss_coverage_count
(
int
count, ...);
11
#else
12
#define etiss_coverage_count(...)
13
#endif
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
etiss_coverage_count
#define etiss_coverage_count(...)
Definition:
Coverage.h:12
Generated on Thu Oct 24 2024 09:40:11 for ETISS 0.8.0 by
1.9.1