dol: initial dol commit
[jump.git] / dol / src / dol / visitor / hdsd / scd / fsm / scd_stsw_failed.cpp
1 #include "fsm/scd_stsw_failed.h"
2
3 #include "scd_logging.h"
4 #include "scd_exception.h"
5
6
7 void scd_stsw_failed::set_failed() {}
8
9
10 void scd_stsw_failed::set_fail() {}
11
12
13 bool scd_stsw_failed::active() const { return false; }
14
15
16 bool scd_stsw_failed::failed() const { return true; }