Review Board 2.0.15


syscall_emul: standardized file descriptor name and add return checks.

Review Request #2968 - Created July 13, 2015 and submitted - Latest diff uploaded

Information
Brandon Potter
gem5
default
Reviewers
Default
Changeset 10919:9c3f546cbee4
---------------------------
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.)