parent
dc45515c11
commit
0467f60376
|
@ -37,6 +37,8 @@ constexpr std::string_view NameOf(Condition condition) {
|
||||||
return "Execz";
|
return "Execz";
|
||||||
case Condition::Execnz:
|
case Condition::Execnz:
|
||||||
return "Execnz";
|
return "Execnz";
|
||||||
|
default:
|
||||||
|
return "Invalid";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue