summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorRichard Boulton <richard@tartarus.org>2000-09-21 00:57:09 +0000
committerRichard Boulton <richard@tartarus.org>2000-09-21 00:57:09 +0000
commit59030bfc59ea2d9fd5350b03cbb8c9bcdb326c51 (patch)
tree97e7e4b2f18802f02a5e32aea62d6c79ad8a20d5 /AUTHORS
parentf8666a569f7b321c1ec6fd7f33b6e6d5f3a89581 (diff)
Patch from Chris Emerson for PPC. cothreads stuff was causing segfaults, because the stack needs to be initialised w...
Original commit message from CVS: Patch from Chris Emerson for PPC. cothreads stuff was causing segfaults, because the stack needs to be initialised with a particular structure on PPC, unlike x86 where it simply has items pushed or popped. Added Chris to AUTHORS, for his trouble.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 5e038ae51..a7e24546e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
Erik Walthinsen <omega@cse.ogi.edu>
Wim Taymans <wim.taymans@tvd.be>
Richard Boulton <richard@tartarus.org>
+Chris Emerson (PPC port)