fix warning (#7340)

This commit is contained in:
xiaoniaoyou6hua 2023-04-22 09:25:52 +08:00 committed by GitHub
parent fd1413d29b
commit 4f1c3a1472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
static int _fetch_page(rt_varea_t varea, struct rt_aspace_fault_msg *msg)
{
int err;
int err = UNRECOVERABLE;
msg->response.status = MM_FAULT_STATUS_UNRECOVERABLE;
msg->response.vaddr = 0;
msg->response.size = 0;