There was an error fetching the commit references. Please try again later.
kernel/thread: Make thread_id a 64-bit value
The kernel uses a 64-bit value for the thread ID, so we shouldn't be using a 32-bit value.
Showing
- src/core/gdbstub/gdbstub.cpp 2 additions, 2 deletionssrc/core/gdbstub/gdbstub.cpp
- src/core/hle/kernel/kernel.cpp 2 additions, 2 deletionssrc/core/hle/kernel/kernel.cpp
- src/core/hle/kernel/kernel.h 1 addition, 1 deletionsrc/core/hle/kernel/kernel.h
- src/core/hle/kernel/thread.h 2 additions, 2 deletionssrc/core/hle/kernel/thread.h
Loading
Please register or sign in to comment