Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-03-13 07:26:57 +0300
committerChristopher Faylor <me@cgf.cx>2006-03-13 07:26:57 +0300
commit9badd94adb585e28a3ef7918a88c49b3a855edf8 (patch)
tree1ebd798bfa3070e3890d43c3b7ce11beaacff00a /winsup/cygwin/gendef
parent51f90b2f01642f40b491df371e016b79f02e3f1b (diff)
* cygtls.cc (_cygtls::remove): Reset initialized flag right away if we were
previously initialized. * cygtls.h (_cygtls::initialized): Move nearer the end to catch situation when Windows 98 mysteriously changes pieces of cygtls when thread is detaching. * gendef (__sigfe_maybe): Simplify slightly. * tlsoffsets.h: Regenerate.
Diffstat (limited to 'winsup/cygwin/gendef')
-rwxr-xr-xwinsup/cygwin/gendef3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/gendef b/winsup/cygwin/gendef
index 40796f094..b31d71b3a 100755
--- a/winsup/cygwin/gendef
+++ b/winsup/cygwin/gendef
@@ -109,8 +109,7 @@ __sigfe_maybe:
je 1f
popl %edx
popl %ebx
- popl %eax
- jmp *%eax
+ ret
__sigfe:
pushl %ebx