diff -r 0bf4040442f9 -r 46fffbe7b5a7 kerneltest/e32test/hcr/d_hcrsim_psl.cpp --- a/kerneltest/e32test/hcr/d_hcrsim_psl.cpp Fri Jan 22 11:03:55 2010 +0200 +++ b/kerneltest/e32test/hcr/d_hcrsim_psl.cpp Tue Jan 26 13:13:38 2010 +0200 @@ -110,6 +110,11 @@ TInt HCRTest::GetOverrideRepositoryAddress(TAny*& aAddr) { HCR_FUNC("HCRTest::GetRAMRepositoryAddress"); + // Note: the SMR feature by which we obtain the address of the override + // repository is only supported in the ARM bootstrap, not X86 so this test + // code may in the future need conditional compilation should it need to + // access the SuperPage SMR field to return KErrNotSupported for __X86__ + // compilations. TInt r = KErrNotSupported; if (PslConfigurationFlags & ETestEnableOverrideRepository) {