Internals: Fix some VL_MT metacomments.

This commit is contained in:
Wilson Snyder
2022-11-28 07:08:34 -05:00
parent 6349e76abd
commit 4452a9b10f
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ void VL_PRINTF_MT(const char* formatp, ...) VL_MT_SAFE {
//===========================================================================
// Random -- Mostly called at init time, so not inline.
static uint32_t vl_sys_rand32() VL_MT_UNSAFE {
static uint32_t vl_sys_rand32() VL_MT_SAFE {
// Return random 32-bits using system library.
// Used only to construct seed for Verilator's PNRG.
static VerilatedMutex s_mutex;