* cygtls.h (__try): Define __l_endtry as block-local label in 32 bit
case as well.
This commit is contained in:
parent
ced85f053e
commit
1182991e60
@ -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.
|
* Makefile.in (DLL_OFILES): Add quotactl.o.
|
||||||
* common.din (quotactl): Export.
|
* common.din (quotactl): Export.
|
||||||
|
@ -394,6 +394,7 @@ public:
|
|||||||
#else /* !__x86_64__ */
|
#else /* !__x86_64__ */
|
||||||
#define __try \
|
#define __try \
|
||||||
{ \
|
{ \
|
||||||
|
__label__ __l_endtry; \
|
||||||
myfault efault; \
|
myfault efault; \
|
||||||
if (!efault.faulted ()) \
|
if (!efault.faulted ()) \
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user