mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:37:21 +02:00
Fix xcode clang bug workaround (#2295)
This commit is contained in:
@@ -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; }
|
||||
|
||||
//===========================================================================
|
||||
|
||||
Reference in New Issue
Block a user