Fix broken #elif (dotnet/coreclr#7756)
authorDmitry-Me <Dmitry-Me@users.noreply.github.com>
Sat, 22 Oct 2016 04:05:09 +0000 (07:05 +0300)
committerJan Kotas <jkotas@microsoft.com>
Sat, 22 Oct 2016 04:05:09 +0000 (21:05 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/6c7bcaf51c9ed8fdf1253e05429291d56fc56509

src/coreclr/src/ToolBox/SOS/Strike/datatarget.cpp

index 8f24b7d..455c083 100644 (file)
@@ -85,7 +85,7 @@ DataTarget::GetPointerSize(
     *size = 8;
 #elif defined(SOS_TARGET_ARM)
     *size = 4;
-#elif
+#else
   #error Unsupported architecture
 #endif