1
0
mirror of synced 2026-04-19 02:47:35 +00:00
Files
YosysHQ.yosys/kernel/log.cc
Robert O'Callahan bd7f2d9ba4 Make log_error() work in a Multithreaded context.
`log_error()` causes an exit so we don't have to try too hard here. The main
thing is to ensure that we normally are able to exit without causing a stack
overflow due to recursive asserts about not being in a `Multithreaded` context.
2026-03-06 02:03:21 +00:00

18 KiB