syscall_emul: fix bug in aux vector initialization
authorSteve Reinhardt <steve.reinhardt@amd.com>
Sun, 7 Feb 2016 01:21:20 +0000 (17:21 -0800)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Sun, 7 Feb 2016 01:21:20 +0000 (17:21 -0800)
commit92b750d5efb56359e3c95ca6bc093ab4b6395aa1
treea67177aeb7ecd3ac815c475692b27668d65c6d90
parentf6b828d068b046df17b462a4d05af957c038a3a8
syscall_emul: fix bug in aux vector initialization

Writing 16 bytes from an 8-byte source value is a bad idea.
This doesn't appear to have broken anything, but showed up
as spurious differences when tracediffing runs.
src/arch/x86/process.cc