1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 03:29:40 +00:00

Introduces a multimachine to handle multi-target static analyser outputs.

Non-functional as of yet.
This commit is contained in:
Thomas Harte
2018-01-28 22:22:21 -05:00
parent e025674eb2
commit d493ea4bca
11 changed files with 154 additions and 21 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ struct DynamicMachine {
enum class Error {
None,
UnknownMachine,
MissingROM
MissingROM,
NoTargets
};
/*!