equal
deleted
inserted
replaced
23 extern const char* JustInTime; |
23 extern const char* JustInTime; |
24 TBool DisableWSDWarning; |
24 TBool DisableWSDWarning; |
25 |
25 |
26 GLREF_D TBool EmulRunExe; |
26 GLREF_D TBool EmulRunExe; |
27 |
27 |
28 extern "C" void NKIdle(TUint32 aStage) |
28 extern "C" void NKIdle(TInt aStage) |
29 { |
29 { |
30 SCpuIdleHandler* cih = NKern::CpuIdleHandler(); |
30 SCpuIdleHandler* cih = NKern::CpuIdleHandler(); |
31 if (cih && cih->iHandler) |
31 if (cih && cih->iHandler) |
32 (*cih->iHandler)(cih->iPtr, aStage); |
32 (*cih->iHandler)(cih->iPtr, aStage); |
33 else if (K::PowerModel) |
33 else if (K::PowerModel) |