Remove redundant declaration of void armcpu_exception(armcpu_t*, u32)

we already have in armcpu.h.
This commit is contained in:
riccardom 2010-05-09 15:10:12 +00:00
parent a84b35c819
commit fb7ebf22f4
1 changed files with 0 additions and 1 deletions

View File

@ -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");