syscall: Avoid a compiler warning which turns into a bug.
authorNathan Binkert <nate@binkert.org>
Mon, 4 Aug 2008 01:19:53 +0000 (18:19 -0700)
committerNathan Binkert <nate@binkert.org>
Mon, 4 Aug 2008 01:19:53 +0000 (18:19 -0700)
commit678abbc3646695f7d9693ce0757abaf7463d0354
tree2bbcefb335909e64211702f9b1f9c3d01433a7e6
parent62c08a75ad18fda5d06d919db6d8d31a79be9630
syscall: Avoid a compiler warning which turns into a bug.
Simply cast the result to an int and life is good.
src/sim/syscall_emul.cc