Skip to content

Commit 6e5558e

Browse files
committed
Trivial fixes to pform dumps.
1 parent 063ae77 commit 6e5558e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pform_dump.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -627,10 +627,10 @@ void PGBuiltin::dump(ostream&out, unsigned ind) const
627627
out << "bufif1 ";
628628
break;
629629
case PGBuiltin::NOTIF0:
630-
out << "bufif0 ";
630+
out << "notif0 ";
631631
break;
632632
case PGBuiltin::NOTIF1:
633-
out << "bufif1 ";
633+
out << "notif1 ";
634634
break;
635635
case PGBuiltin::NAND:
636636
out << "nand ";

0 commit comments

Comments
 (0)