change function names
This commit is contained in:
@@ -14,7 +14,7 @@ void panic(const char *msg)
|
||||
|
||||
extern void arch_show_interrupt_context(const void*);
|
||||
|
||||
void aal_mc_debug_show_interrupt_context(const void *reg)
|
||||
void ihk_mc_debug_show_interrupt_context(const void *reg)
|
||||
{
|
||||
arch_show_interrupt_context(reg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user