mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 05:33:14 +02:00
Verilator uses a form of variadic macros that are nonstandard, making it unable to be compiled under MSVC. Replace the old synax with the standard syntax. This fixes MSVC usage. Signed-off-by: Sean Cross <[email protected]>