arch: Rename freebsd loader variables as freebsdLoader
Pave the way for a loader namespace. Change-Id: Ief6f54cc49840fb6c156d56ba3da52dc0a995ac8 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45423 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Gabe Black <gabe.black@gmail.com> Maintainer: Gabe Black <gabe.black@gmail.com>
This commit is contained in:
committed by
Daniel Carvalho
parent
10c0fb84ad
commit
17580efbd7
@@ -71,7 +71,7 @@ class FreebsdLoader : public Process::Loader
|
||||
}
|
||||
};
|
||||
|
||||
FreebsdLoader loader;
|
||||
FreebsdLoader freebsdLoader;
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user