mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
ircd:Ⓜ️:vm: Add missing INTERRUPT fault to reflect switch.
This commit is contained in:
parent
39a5272ee3
commit
cae6964fa5
1 changed files with 1 additions and 0 deletions
|
@ -485,6 +485,7 @@ ircd::m::vm::reflect(const enum fault &code)
|
|||
case fault::GENERAL: return "GENERAL";
|
||||
case fault::EVENT: return "EVENT";
|
||||
case fault::STATE: return "STATE";
|
||||
case fault::INTERRUPT: return "INTERRUPT";
|
||||
}
|
||||
|
||||
return "??????";
|
||||
|
|
Loading…
Add table
Reference in a new issue