diff options
Diffstat (limited to 'src/arch/arm/system.hh')
-rw-r--r-- | src/arch/arm/system.hh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/arch/arm/system.hh b/src/arch/arm/system.hh index 97769337a..b81ec05f9 100644 --- a/src/arch/arm/system.hh +++ b/src/arch/arm/system.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012-2013, 2015-2016 ARM Limited + * Copyright (c) 2010, 2012-2013, 2015-2017 ARM Limited * All rights reserved * * The license below extends only to copyright in the software and shall @@ -228,6 +228,12 @@ class ArmSystem : public System */ const AddrRange &m5opRange() const { return _m5opRange; } + /** + * Returns a valid ArmSystem pointer if using ARM ISA, it fails + * otherwise. + */ + static ArmSystem* getArmSystem(ThreadContext *tc); + /** Returns true if the system of a specific thread context implements the * Security Extensions */ |