2c2
< * Copyright (c) 2012-2013 ARM Limited
---
> * Copyright (c) 2012-2013,2015 ARM Limited
46a47
> #include "cpu/simple/exec_context.hh"
345c346,350
< return microPC() == 0 && !stayAtPC && !fetchEvent.scheduled();
---
> SimpleExecContext& t_info = *threadInfo[curThread];
> SimpleThread* thread = t_info.thread;
>
> return thread->microPC() == 0 && !t_info.stayAtPC &&
> !fetchEvent.scheduled();