summaryrefslogtreecommitdiff
path: root/src/sim/process.hh
diff options
context:
space:
mode:
authorBrandon Potter <Brandon.Potter@amd.com>2017-03-15 11:09:36 -0500
committerBrandon Potter <Brandon.Potter@amd.com>2017-03-17 18:39:58 +0000
commit1991ff3bb26f89d869a098db33d87c15bcb9678e (patch)
tree392a50fcecc97b9e49a144618dc53d2eeac27cdc /src/sim/process.hh
parent48333e7e3f5282bd2b5505b400ad5b06d6785371 (diff)
downloadgem5-1991ff3bb26f89d869a098db33d87c15bcb9678e.tar.xz
syscall-emul: change NULL to nullptr in Process files
Change-Id: I9ff21092876593237f919e9f7fb7283bd865ba2e Reviewed-on: https://gem5-review.googlesource.com/2421 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Brandon Potter <Brandon.Potter@amd.com>
Diffstat (limited to 'src/sim/process.hh')
-rw-r--r--src/sim/process.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/process.hh b/src/sim/process.hh
index da538f8da..add3eb357 100644
--- a/src/sim/process.hh
+++ b/src/sim/process.hh
@@ -98,7 +98,7 @@ class Process : public SimObject
* Find an emulated device driver.
*
* @param filename Name of the device (under /dev)
- * @return Pointer to driver object if found, else NULL
+ * @return Pointer to driver object if found, else nullptr
*/
EmulatedDriver *findDriver(std::string filename);