mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Internals: Show operator in assert
This commit is contained in:
+2
-1
@@ -111,7 +111,8 @@ void EmitCFunc::emitOpName(AstNode* nodep, const string& format, AstNode* lhsp,
|
||||
case 'P':
|
||||
if (nodep->isWide()) {
|
||||
UASSERT_OBJ(m_wideTempRefp, nodep,
|
||||
"Wide Op w/ no temp, perhaps missing op in V3EmitC?");
|
||||
"Wide op " << nodep->prettyTypeName()
|
||||
<< " w/ no temp, perhaps missing op in V3EmitC?");
|
||||
commaOut();
|
||||
putOut();
|
||||
if (!m_wideTempRefp->selfPointer().isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user