diff options
Diffstat (limited to 'src/arch/arm/faults.hh')
-rw-r--r-- | src/arch/arm/faults.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/arch/arm/faults.hh b/src/arch/arm/faults.hh index 02d2e81f5..da501a109 100644 --- a/src/arch/arm/faults.hh +++ b/src/arch/arm/faults.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012-2013 ARM Limited + * Copyright (c) 2010, 2012-2013, 2016 ARM Limited * All rights reserved * * The license below extends only to copyright in the software and shall @@ -352,6 +352,8 @@ class HypervisorCall : public ArmFaultVals<HypervisorCall> { public: HypervisorCall(ExtMachInst _machInst, uint32_t _imm); + + ExceptionClass ec(ThreadContext *tc) const; }; class HypervisorTrap : public ArmFaultVals<HypervisorTrap> |