dasm -> dasmi; make room for new dasm_cache layer

This commit is contained in:
Ryan Fleury
2024-03-28 09:45:41 -07:00
parent dbb0c1e0a4
commit f46691d79a
10 changed files with 208 additions and 201 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ main_thread_base_entry_point(void (*entry_point)(CmdLine *cmdline), char **argum
ctrl_init();
#endif
#if defined(DASM_H)
dasm_init();
dasmi_init();
#endif
#if defined(OS_GRAPHICAL_H)
os_graphical_init();