mirror of
https://github.com/deadw00d/AROS.git
synced 2026-03-17 07:41:59 +00:00
Adjust pc-i386 debug code to changes in exec/debug
This commit is contained in:
@ -36,12 +36,8 @@ int get_irq_list(char *buf);
|
||||
|
||||
/****************************************************************************************/
|
||||
|
||||
AROS_LH1(void, Debug,
|
||||
AROS_LHA(ULONG, flags, D0),
|
||||
struct ExecBase *, SysBase, 19, Exec)
|
||||
void InternalDebug(void *stack)
|
||||
{
|
||||
AROS_LIBFUNC_INIT
|
||||
|
||||
char key;
|
||||
/* KeyCode -> ASCII conversion table */
|
||||
static char transl[] =
|
||||
@ -384,9 +380,7 @@ AROS_LH1(void, Debug,
|
||||
} while(strcmp(comm, "QT") != 0 || strcmp(dat, "00000000") != 0);
|
||||
|
||||
kprintf("Quitting SAD...\n");
|
||||
|
||||
AROS_LIBFUNC_EXIT
|
||||
} /* Debug */
|
||||
}
|
||||
|
||||
/****************************************************************************************/
|
||||
|
||||
@ -17,7 +17,7 @@ PRIV_EXEC_INCLUDES = \
|
||||
$(TARGET_KERNEL_INCLUDES) \
|
||||
-I$(SRCDIR)/rom/kernel
|
||||
|
||||
CFILES := cachecleare debug_init debug memoryrawio
|
||||
CFILES := cachecleare debug_init debug_internal memoryrawio
|
||||
AFILES := cache userstate
|
||||
|
||||
#MM kernel-exec-pc-i386 : kernel-kernel-includes kernel-exec-includes includes-asm_h
|
||||
|
||||
Reference in New Issue
Block a user