From 301fc8a5548cf6c40131316c11bafd81b999c9b3 Mon Sep 17 00:00:00 2001 From: ax-6 Date: Tue, 9 Jul 2024 23:11:56 +0800 Subject: [PATCH] Added a start report in main function. --- aq/aq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/aq/aq.c b/aq/aq.c index fc7ea4d..ffb1c10 100644 --- a/aq/aq.c +++ b/aq/aq.c @@ -11,6 +11,7 @@ int main(int argc, char *argv[]) { // TODO(Aqvm): Finish this function after completing AQVM development. + AqvmRuntimeDebugger_OutputReport("\"INFO\"", "\"main_Start\"", "\"Aq main program has been started.\"", NULL); if (Aqvm_InitVm() != 0) { AqvmRuntimeDebugger_OutputReport("\"ERROR\"", "\"main_InitVmError\"", "\"Initializing Aqvm met error.\"", NULL);