arch: move argsInit() from ArmLiveProcess class to ArmLinuxProcess32/64 classes
Review Request #2737 - Created April 11, 2015 and discarded - Latest diff uploaded
| Information | |
|---|---|
| Ruslan Bukin | |
| gem5 | |
| Reviewers | |
| Default | |
argsInit() is Linux-specific. In order to have some OS-abstraction for argsInit() move it to OS-specific classes, this makes possible to implement argsInit() for FreeBSD OS
tested for FreeBSD OS (SE)
