fix: modify the return type of LOS_IntLock from UINTPTR to UINT32.

Change-Id: I6207e5cb7d612a154a88de4e9e274c67127361d8
This commit is contained in:
YOUR_NAME
2021-05-13 15:42:40 +08:00
parent 748a827560
commit bcc34e22ed
35 changed files with 142 additions and 142 deletions

View File

@@ -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