Review Board 2.0.15


syscall_emul: rename OpenFlagTransTable struct

Review Request #3322 - Created Feb. 10, 2016 and submitted - Latest diff uploaded

Information
Brandon Potter
gem5
default
Reviewers
Default
Changeset 11340:0c4ce7b5f218
---------------------------
syscall_emul: rename OpenFlagTransTable struct

The structure definition only had the open system call flag set in mind when
it was named, so we rename it here with the intention of using it to define
additional tables to translate flags for other system calls in the future.