Bug 1494392 - fix thinkos in the aarch64 windows interceptor code; r=aklotz

This commit is contained in:
Nathan Froyd 2018-09-26 15:36:51 -04:00
Родитель ed819572c3
Коммит 6d14711d3f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -134,7 +134,7 @@ public:
continue;
}
#elif defined(_M_ARM64)
MOZ_RELEASE_ASSERT(false, "Shouldn't get here")
MOZ_RELEASE_ASSERT(false, "Shouldn't get here");
#else
#error "Unknown processor type"
#endif
@ -969,7 +969,7 @@ protected:
}
}
#elif defined(_M_ARM64)
MOZ_RELEASE_ASSERT(false, "Shouldn't get here")
MOZ_RELEASE_ASSERT(false, "Shouldn't get here");
#else
#error "Unknown processor type"
#endif