dol: initial dol commit
[jump.git] / dol / src / dol / visitor / hdsd / scd / fsm / scd_stsw_failed.cpp
diff --git a/dol/src/dol/visitor/hdsd/scd/fsm/scd_stsw_failed.cpp b/dol/src/dol/visitor/hdsd/scd/fsm/scd_stsw_failed.cpp
new file mode 100644 (file)
index 0000000..ab2db2e
--- /dev/null
@@ -0,0 +1,16 @@
+#include "fsm/scd_stsw_failed.h"
+
+#include "scd_logging.h"
+#include "scd_exception.h"
+
+
+void scd_stsw_failed::set_failed() {}
+
+
+void scd_stsw_failed::set_fail() {}
+
+
+bool scd_stsw_failed::active() const { return false; }
+
+
+bool scd_stsw_failed::failed() const { return true; }