diff options
Diffstat (limited to 'core/elflink/execute.c')
-rw-r--r-- | core/elflink/execute.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/elflink/execute.c b/core/elflink/execute.c index 6410c7d6..79dbc553 100644 --- a/core/elflink/execute.c +++ b/core/elflink/execute.c @@ -13,6 +13,7 @@ #include <stdlib.h> #include <string.h> #include <stdio.h> +#include <dprintf.h> #include <com32.h> #include "core-elf.h" @@ -71,7 +72,7 @@ void execute(const char *cmdline, enum kernel_type type) strcpy(q, p); - mp("kernel is %s, args = %s type = %d \n", kernel, args, type); + dprintf("kernel is %s, args = %s type = %d \n", kernel, args, type); if (kernel[0] == '.' && type == KT_NONE) { /* It might be a type specifier */ |