Fix typo.

svn path=/branches/ros-amd64-bringup/; revision=39173
This commit is contained in:
Samuel Serapion
2009-01-28 12:08:33 +00:00
parent ae77b8e1f9
commit 02f91befe1
+1 -1
View File
@@ -1962,7 +1962,7 @@ NtFlushInstructionCache (
for (;;);
#elif defined(_M_ARM)
__asm__ __volatile__("mov r1, #0; mcr p15, 0, r1, c7, c5, 0");
s#else
#else
#error Unknown architecture
#endif
return STATUS_SUCCESS;