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