syscall_emul: standardized file descriptor name and add return checks.
authorBrandon Potter <brandon.potter@amd.com>
Fri, 24 Jul 2015 19:25:23 +0000 (12:25 -0700)
committerBrandon Potter <brandon.potter@amd.com>
Fri, 24 Jul 2015 19:25:23 +0000 (12:25 -0700)
commitd5a7f09eb15bec3ecf2318418589d223beab02f4
tree1580297c124158a4436e911367f32e09aa3ed1d7
parentb90711ea53f51d85890dd6e1bed0ca852adb8074
syscall_emul: standardized file descriptor name and add return checks.

The patch clarifies whether file descriptors are host file descriptors or
target file descriptors in the system call code.  (Host file descriptors
are file descriptors which have been allocated through real system calls
where target file descriptors are allocated from an array in the Process
class.)
src/sim/syscall_emul.cc
src/sim/syscall_emul.hh