aboutsummaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-11-12 03:32:53 -0500
committerLioncash <mathew1800@gmail.com>2019-11-12 07:55:39 -0500
commit12dc918937467b2579b9e2738820c542ae4fdd4f (patch)
tree151f88bb38259f8bb92fe69d79f58f5fb3a78238 /src/core/gdbstub/gdbstub.cpp
parent86c397dd6e55202af02edd1606e4dcbdf64d0c8a (diff)
kernel: Resolve sign conversion warnings
Uncovered a bug within Thread's SetCoreAndAffinityMask() where an unsigned variable (ideal_core) was being compared against "< 0", which would always be a false condition. We can also get rid of an unused function (GetNextProcessorId) which contained a sign mismatch warning.
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
0 files changed, 0 insertions, 0 deletions