Fix imemo_name
to dump new imemo types
New IMEMO types were introduced, this just fixes the function that converts the type to support the new types. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3b174fb7d6
commit
2c075d3863
@ -205,6 +205,9 @@ imemo_name(int imemo)
|
||||
TYPE_STR(memo);
|
||||
TYPE_STR(ment);
|
||||
TYPE_STR(iseq);
|
||||
TYPE_STR(alloc);
|
||||
TYPE_STR(ast);
|
||||
TYPE_STR(parser_strterm);
|
||||
default:
|
||||
return "unknown";
|
||||
#undef TYPE_STR
|
||||
|
Loading…
x
Reference in New Issue
Block a user