mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Fix xcode clang bug workaround (#2295)
This commit is contained in:
parent
209a585a68
commit
dc64b43152
@ -30,6 +30,7 @@ Mike Popoloski
|
||||
Nathan Kohagen
|
||||
Nathan Myers
|
||||
Patrick Stewart
|
||||
Peter Horvath
|
||||
Peter Monsson
|
||||
Philipp Wagner
|
||||
Pieter Kapsenberg
|
||||
|
@ -259,7 +259,7 @@ Verilated::NonSerialized::~NonSerialized() {
|
||||
}
|
||||
}
|
||||
|
||||
size_t Verilated::serialized2Size() VL_PURE { return sizeof(VerilatedImp::m_ser); }
|
||||
size_t Verilated::serialized2Size() VL_PURE { return sizeof(VerilatedImp::s_s.m_ser); }
|
||||
void* Verilated::serialized2Ptr() VL_MT_UNSAFE { return &VerilatedImp::s_s.m_ser; }
|
||||
|
||||
//===========================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user