This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET engine, compilers and tools (pnet)".
The branch, master has been updated
via 63e4e9181177164fd8d47bd14db378a57fb3f3cb (commit)
from 960ac2a638c1c1de0f6214ec57cca8e5b1a5e645 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/pnet.git/commit/?id=63e4e9181177164fd8d47bd14db378a57fb3f3cb
commit 63e4e9181177164fd8d47bd14db378a57fb3f3cb
Author: Klaus Treichel <[email protected]>
Date: Sun Jul 18 13:38:14 2010 +0200
Fix build with unroller without float support like on ppc.
diff --git a/ChangeLog b/ChangeLog
index 866d414..3389c5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-18 Klaus Treichel <[email protected]>
+
+ * engine/unroll.c (FreeTopRegister): Fix build with unroller without
+ float support like on ppc.
+
2010-06-06 Klaus Treichel <[email protected]>
* support/pt_defs.c (_ILThreadInitSystem): Use the new public libgc
diff --git a/engine/unroll.c b/engine/unroll.c
index 905a260..c6ded53 100644
--- a/engine/unroll.c
+++ b/engine/unroll.c
@@ -1411,11 +1411,13 @@ static void FreeTopRegister(MDUnroll *unroll, long
local)
}
else
{
+#if MD_HAS_FP
#if MD_HAS_FP_STACK
--(unroll->fpStackSize);
#else
unroll->fpRegsUsed &= ~(1 << (reg & ~MD_FREG_MASK));
#endif
+#endif
}
}
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
engine/unroll.c | 2 ++
2 files changed, 7 insertions(+), 0 deletions(-)
hooks/post-receive
--
DotGNU Portable.NET engine, compilers and tools (pnet)
_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits