summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Borzenkov <snaury@gmail.com>2014-09-21 00:29:46 +0400
committerAlexey Borzenkov <snaury@gmail.com>2014-09-21 00:29:46 +0400
commita263c061c9ce2e713f2e26faaba48ec089072f54 (patch)
tree997c1cd9d03ffdc2c8455e8569480d817b634052
parent1eef4bf0deda51ae3a25e1d999b9dfd1c0bb33d7 (diff)
parentbd030969fad5f5cfde09f0328aef2beb4a1946ff (diff)
downloadgreenlet-a263c061c9ce2e713f2e26faaba48ec089072f54.tar.gz
Merge pull request #61 from madisongh/master
Add comment noting the MIPS64 gp register save change
-rw-r--r--platform/switch_mips_unix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/switch_mips_unix.h b/platform/switch_mips_unix.h
index c35f6e6..a034aa7 100644
--- a/platform/switch_mips_unix.h
+++ b/platform/switch_mips_unix.h
@@ -2,6 +2,8 @@
* this is the internal transfer function.
*
* HISTORY
+ * 20-Sep-14 Matt Madison <madison@bliss-m.org>
+ * Re-code the saving of the gp register for MIPS64.
* 05-Jan-08 Thiemo Seufer <ths@debian.org>
* Ported from ppc.
*/