Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs370 throw new RecoverableException(CantFindCpuIdMessage); in GetCurrentCPU()
380 throw new RecoverableException(CantFindCpuIdMessage); in GetCurrentCPUId()
2262 … private const string CantFindCpuIdMessage = "Can't verify current CPU in the given context."; field in Antmicro.Renode.Peripherals.Bus.SystemBus