diff options
author | Brandon Potter <brandon.potter@amd.com> | 2015-07-24 12:25:23 -0700 |
---|---|---|
committer | Brandon Potter <brandon.potter@amd.com> | 2015-07-24 12:25:23 -0700 |
commit | 4f7c969e27a7de71301724707b1db1d7ab3f0956 (patch) | |
tree | 3283c10f24744a2ca05181804ed4a3141ab021e4 /src/arch/arm/isa.hh | |
parent | d5a7f09eb15bec3ecf2318418589d223beab02f4 (diff) | |
download | gem5-4f7c969e27a7de71301724707b1db1d7ab3f0956.tar.xz |
style: change Process function calls to use camelCase
The Process class methods were using an improper style and this subsequently
bled into the system call code. The following regular expressions should be
helpful if someone transitions private system call patches on top of these
changesets:
s/alloc_fd/allocFD/
s/sim_fd(/simFD(/
s/sim_fd_obj/getFDEntry/
s/fix_file_offsets/fixFileOffsets/
s/find_file_offsets/findFileOffsets/
Diffstat (limited to 'src/arch/arm/isa.hh')
0 files changed, 0 insertions, 0 deletions