Remove redundant declaration of void armcpu_exception(armcpu_t*, u32)
we already have in armcpu.h.
This commit is contained in:
parent
a84b35c819
commit
fb7ebf22f4
|
@ -56,7 +56,6 @@ static bool acl_check_access(u32 adr, u32 access) {
|
|||
return true;
|
||||
}
|
||||
|
||||
void armcpu_exception(armcpu_t *cpu, u32 number);
|
||||
void HandleDebugEvent_ACL_Exception()
|
||||
{
|
||||
printf("ACL EXCEPTION!\n");
|
||||
|
|
Loading…
Reference in New Issue