(List<String> args)
| 51 | } |
| 52 | |
| 53 | public static Emulator getInstance(List<String> args) { |
| 54 | Emulator i = getInstance(); |
| 55 | i.processCmdlineArgs(args); |
| 56 | return i; |
| 57 | } |
| 58 | |
| 59 | public static void abort() { |
| 60 | if (instance != null) { |
no test coverage detected