diff options
Diffstat (limited to 'src/binary-reader-opcnt.cc')
-rw-r--r-- | src/binary-reader-opcnt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader-opcnt.cc b/src/binary-reader-opcnt.cc index 4f7b18a4..c01eca6a 100644 --- a/src/binary-reader-opcnt.cc +++ b/src/binary-reader-opcnt.cc @@ -139,7 +139,7 @@ void OpcodeInfo::Write(Stream& stream) { if (type.IsIndex()) { stream.Writef(" type:%d", type.GetIndex()); } else if (type != Type::Void) { - stream.Writef(" %s", type.GetName()); + stream.Writef(" %s", type.GetName().c_str()); } break; } |