sys_interrupt...

This commit is contained in:
Nekotekina 2017-02-04 19:30:21 +03:00
parent fe26db4d36
commit 68f0393cf3
6 changed files with 116 additions and 103 deletions

View file

@ -973,6 +973,9 @@ void fmt_class_string<CellError>::format(std::string& out, u64 arg)
STR_CASE(CELL_EOVERFLOW);
STR_CASE(CELL_ENOTMOUNTED);
STR_CASE(CELL_ENOTSDATA);
STR_CASE(CELL_ESDKVER);
STR_CASE(CELL_ENOLICDISC);
STR_CASE(CELL_ENOLICENT);
}
return unknown;