зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1494392 - fix thinkos in the aarch64 windows interceptor code; r=aklotz
This commit is contained in:
Родитель
ed819572c3
Коммит
6d14711d3f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче