Added 'trace' option

This commit is contained in:
2023-10-08 22:54:09 +02:00
parent e7b521c589
commit c3fa088a38
3 changed files with 18 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ extern char* CURRENT_NAME;
extern size_t memory_size;
extern char* file_path;
extern bool gdbstub;
extern bool trace;
void parse_options(int argc, char** argv);
#endif