* cygtls.h (__try): Define __l_endtry as block-local label in 32 bit

case as well.
This commit is contained in:
Corinna Vinschen 2014-10-17 08:34:51 +00:00
parent ced85f053e
commit 1182991e60
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,9 @@
2014-10-16 Corinna Vinschen <corinna@vinschen.de>
2014-10-17 Corinna Vinschen <corinna@vinschen.de>
* cygtls.h (__try): Define __l_endtry as block-local label in 32 bit
case as well.
2014-10-17 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (DLL_OFILES): Add quotactl.o.
* common.din (quotactl): Export.

View File

@ -394,6 +394,7 @@ public:
#else /* !__x86_64__ */
#define __try \
{ \
__label__ __l_endtry; \
myfault efault; \
if (!efault.faulted ()) \
{