xboxkrnl_threading.cc: PVS-Studio: fixed return value.

This commit is contained in:
Svyatoslav 2017-06-27 12:16:29 +03:00
parent a2fb0a06fe
commit 2f1cf1452d
1 changed files with 1 additions and 1 deletions

View File

@ -1259,7 +1259,7 @@ pointer_result_t InterlockedPushEntrySList(
new_hdr.depth = old_hdr.depth + 1;
new_hdr.sequence = old_hdr.sequence + 1;
uint32_t old_head = old_hdr.next.next;
old_head = old_hdr.next.next;
entry->next = old_hdr.next.next;
new_hdr.next.next = entry.guest_address();
} while (