From 68cb0fcbcac611f34e95c19f4d3c981b77b5bdeb Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 9 Oct 1997 10:21:35 +0000 Subject: [PATCH] [project @ 1997-10-09 10:21:35 by sof] Added SET_RETADDR macro for MIPSes --- ghc/includes/COptWraps.lh | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/includes/COptWraps.lh b/ghc/includes/COptWraps.lh index 81c266b..96f84bc 100644 --- a/ghc/includes/COptWraps.lh +++ b/ghc/includes/COptWraps.lh @@ -534,7 +534,6 @@ gets whatever it's after. "\ts.d $f0, -8($sp)\n" \ "\tsw $2, -12($sp)"); - #define MAGIC_RETURN \ __asm__ volatile ( \ "l.d $f0, -8($sp)\n" \ -- 1.7.10.4