kerneltest/e32test/hcr/d_hcrsim_psl.cpp
branchanywhere
changeset 49 af71d110c717
parent 39 5d2844f35677
--- a/kerneltest/e32test/hcr/d_hcrsim_psl.cpp	Wed Feb 03 17:45:14 2010 +0100
+++ b/kerneltest/e32test/hcr/d_hcrsim_psl.cpp	Wed Feb 03 17:47:37 2010 +0100
@@ -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)
 		{