Internals: Show operator in assert

This commit is contained in:
Wilson Snyder 2026-05-13 21:02:45 -04:00
parent 83b1dacce1
commit a3da587fc3
1 changed files with 2 additions and 1 deletions

View File

@ -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()) {