Searched hist:13388 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/mips/
H A Dprocess.cc13388:6a07d5867a26 Sat Oct 13 02:09:00 EDT 2018 Gabe Black <gabeblack@google.com> mips: Explicitly truncate the syscall return value down to 32 bits.

The IntReg type is 32 bits, and using it to cast the syscall return
value is appropriate, but we're attempting to get rid of the ISA
specific register types.

Change-Id: I42496dd2cc086a6b718e1ce087fef81bb897d02f
Reviewed-on: https://gem5-review.googlesource.com/c/13619
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>

Completed in 16 milliseconds