mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 01:38:21 +02:00
Update fst from upstream (#6771 partial)
This commit is contained in:
@@ -81,6 +81,12 @@
|
||||
std::abort(); \
|
||||
}
|
||||
|
||||
#define FST_FAIL_STRING(s) \
|
||||
do { \
|
||||
std::cerr << (s) << std::endl; \
|
||||
std::abort(); \
|
||||
} while (0)
|
||||
|
||||
// We turn on all DCHECKs to CHECKs temporarily for better safety.
|
||||
#if 1
|
||||
# define FST_DCHECK(a) FST_CHECK(a)
|
||||
|
||||
Reference in New Issue
Block a user