Home
last modified time | relevance | path

Searched refs:ExceptionDescriptions (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArm.cs289 if(exceptionIndex >= (ulong)ExceptionDescriptions.Length) in GetExceptionDescription()
294 return ExceptionDescriptions[exceptionIndex]; in GetExceptionDescription()
549 private readonly string[] ExceptionDescriptions = field in Antmicro.Renode.Peripherals.CPU.Arm