forked from xuos/xiuos
optimize code standards
This commit is contained in:
@@ -82,7 +82,7 @@ void IsrEntry()
|
||||
uintptr_t *Svcall(unsigned int ipsr , uintptr_t* contex )
|
||||
{
|
||||
#ifdef TASK_ISOLATION
|
||||
__svcall(contex);
|
||||
_svcall(contex);
|
||||
#endif
|
||||
return contex;
|
||||
}
|
||||
@@ -46,7 +46,7 @@ static void SvcDispatch(void)
|
||||
}
|
||||
|
||||
|
||||
void __svcall(uintptr_t* contex)
|
||||
void _svcall(uintptr_t* contex)
|
||||
{
|
||||
uint32_t svc_number;
|
||||
KTaskDescriptorType tid;
|
||||
|
||||
Reference in New Issue
Block a user