sim: Add a set_parent to NullSimObject which does nothing.
authorGabe Black <gabeblack@google.com>
Mon, 25 Sep 2017 22:15:45 +0000 (15:15 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 26 Sep 2017 21:16:09 +0000 (21:16 +0000)
commit9015069ea0c82221bd4665a5bdf9a9b46a7fd904
tree0e24d2d4e870c0aba95417ed8294c9d6c3dd208e
parent2e3bf009b111a7e3076db61ed5cee4acaa28dc83
sim: Add a set_parent to NullSimObject which does nothing.

This lets attempts to set_parent on NullSimObject fall away harmlessly
without having to add a bunch of checks whenever set_parent is called.

Change-Id: I6d3510772ba71e765c4739e486e9f3d2460c4e11
Reviewed-on: https://gem5-review.googlesource.com/4840
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/python/m5/params.py