Fix: add make dependency for disass
x1phosura x1phosura@x1phosura.zone
Mon, 17 May 2021 03:44:06 -0400
2 files changed,
2 insertions(+),
1 deletions(-)
M
src/disass.c
→
src/disass.c
@@ -9,6 +9,7 @@ #include <stdlib.h>
#include <string.h> #include "vm.h" +#include "emcalls.h" char *usage = "Usage: %s [-z] [-s [start_addr]] -f [vmcodefile]\n"