mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
Previously, in any given VPI callback, if the callback body registered the same callback, that registering would be processed in the currently executing call to the call*Cbs function. In the worse case, this could lead to an infinite loop.