diff -r 538db54a451d -r 5d2844f35677 kerneltest/e32test/hcr/d_hcrsim_psl.cpp --- a/kerneltest/e32test/hcr/d_hcrsim_psl.cpp Mon Jan 18 21:31:10 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) {