diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-06 11:13:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-06 11:13:22 +0000 |
commit | 83ef62f22b3718422298c1c73fdfaccbba8c6f40 (patch) | |
tree | aa4eb48c2285c6fa24b843e0d7aea4996b803395 /lang/cli/files/patch-pal::unix::arch::i386::context.c | |
parent | add transcalc 0.13 (diff) |
Update to 20020619.
Notes
Notes:
svn path=/head/; revision=65724
Diffstat (limited to 'lang/cli/files/patch-pal::unix::arch::i386::context.c')
-rw-r--r-- | lang/cli/files/patch-pal::unix::arch::i386::context.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/cli/files/patch-pal::unix::arch::i386::context.c b/lang/cli/files/patch-pal::unix::arch::i386::context.c new file mode 100644 index 000000000000..d2a460cf0d9a --- /dev/null +++ b/lang/cli/files/patch-pal::unix::arch::i386::context.c @@ -0,0 +1,14 @@ +--- pal/unix/arch/i386/context.c.orig Wed Jun 19 16:43:58 2002 ++++ pal/unix/arch/i386/context.c Tue Jul 30 00:24:36 2002 +@@ -65,8 +65,9 @@ + + if ((regFd = open(buf, O_RDONLY)) == -1) + { +- ASSERT("open() failed %d (%s) \n", errno, strerror(errno)); +- return FALSE; ++ bzero(registers, sizeof(struct reg)); ++ bRet = TRUE; ++ goto EXIT; + } + + if (lseek(regFd, 0, 0) == -1) |