Bug 1491856 Change .scl 3 -> .scl 2 in the reflect assembly r=dmajor

As in Bug 1390583 and Bug 1470993, this will correct them to be external symbols

Differential Revision: https://phabricator.services.mozilla.com/D6044

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Ritter 2018-09-17 15:27:24 +00:00
Родитель 14af86569e
Коммит b5f6d986cc
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -165,21 +165,21 @@ asm(".text\n\t" \
".if " #n " < 10\n\t" \
".globl __ZN14nsXPTCStubBase5Stub" #n "Ev@4\n\t" \
".def __ZN14nsXPTCStubBase5Stub" #n "Ev@4; \n\t" \
".scl 3\n\t" \
".scl 2\n\t" \
".type 46\n\t" \
".endef\n\t" \
"__ZN14nsXPTCStubBase5Stub" #n "Ev@4:\n\t" \
".elseif " #n " < 100\n\t" \
".globl __ZN14nsXPTCStubBase6Stub" #n "Ev@4\n\t" \
".def __ZN14nsXPTCStubBase6Stub" #n "Ev@4\n\t" \
".scl 3\n\t" \
".scl 2\n\t" \
".type 46\n\t" \
".endef\n\t" \
"__ZN14nsXPTCStubBase6Stub" #n "Ev@4:\n\t" \
".elseif " #n " < 1000\n\t" \
".globl __ZN14nsXPTCStubBase7Stub" #n "Ev@4\n\t" \
".def __ZN14nsXPTCStubBase7Stub" #n "Ev@4\n\t" \
".scl 3\n\t" \
".scl 2\n\t" \
".type 46\n\t" \
".endef\n\t" \
"__ZN14nsXPTCStubBase7Stub" #n "Ev@4:\n\t" \