fix: modify the return type of LOS_IntLock from UINTPTR to UINT32.
Change-Id: I6207e5cb7d612a154a88de4e9e274c67127361d8
This commit is contained in:
@@ -131,7 +131,7 @@ STATIC INLINE UINTPTR GetFp(VOID)
|
||||
|
||||
extern VOID HalStartToRun(VOID);
|
||||
|
||||
extern VOID HalTaskContextSwitch(UINTPTR intSave);
|
||||
extern VOID HalTaskContextSwitch(UINT32 intSave);
|
||||
|
||||
/**
|
||||
* @ingroup los_arch_context
|
||||
|
||||
Reference in New Issue
Block a user