add aarch64 support.

This commit is contained in:
zhangzheng
2024-03-31 16:06:11 +00:00
parent 5791e49460
commit c57d9cbb82
166 changed files with 7423 additions and 117 deletions

View File

@@ -271,7 +271,7 @@ static futex_lock_t *futex_find(futex_t *fst, void *uaddr)
* @return int
*/
static int futex_dispose(futex_t *fst, uint32_t *uaddr, int futex_op, uint32_t val,
umword_t timeout /*val2*/, uint32_t uaddr2, uint32_t val3, int tid)
umword_t timeout /*val2*/, umword_t uaddr2, uint32_t val3, int tid)
{
thread_t *cur_th = thread_get_current();