diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-05-22 09:54:31 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-05-22 09:54:31 -0400 |
commit | 30cf6ea38bdd58b663f0b6fc56141293ec0a204e (patch) | |
tree | 102d448dfb1632c9894f9c793a1c244d9f6220eb /source/error.hpp | |
parent | 1310b7f0f67d80d53f6051dfdc75b5b30173aecb (diff) |
dynamic code time measurement
Diffstat (limited to 'source/error.hpp')
-rw-r--r-- | source/error.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/error.hpp b/source/error.hpp index 9bbbe2c..c6a7f5c 100644 --- a/source/error.hpp +++ b/source/error.hpp @@ -22,7 +22,8 @@ enum class Error : char BadUserCodeLoad, BadUserCodeSize, NotIdle, - ConversionAborted + ConversionAborted, + NotRunning }; class ErrorManager |