dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Just In Time compiler (l


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Just In Time compiler (libjit) branch, master, updated. 4e90e1da3d0972d3a75a34055a206aca55afcc5b
Date: Tue, 21 Sep 2010 18:00:13 +0000

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 Just In Time compiler (libjit)".

The branch, master has been updated
       via  4e90e1da3d0972d3a75a34055a206aca55afcc5b (commit)
      from  e60c55a7468143eaf47946fa9518d74a71b27b3b (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/libjit.git/commit/?id=4e90e1da3d0972d3a75a34055a206aca55afcc5b

commit 4e90e1da3d0972d3a75a34055a206aca55afcc5b
Author: Klaus Treichel <address@hidden>
Date:   Tue Sep 21 19:59:53 2010 +0200

    Fix build on 32bit archs.

diff --git a/jit/jit-opcode-apply.c b/jit/jit-opcode-apply.c
index 494436b..aa97f69 100644
--- a/jit/jit-opcode-apply.c
+++ b/jit/jit-opcode-apply.c
@@ -287,7 +287,7 @@ apply_i_plll(jit_constant_t *const_result,
 #else
                return (*intrinsic)(&(const_result->un.long_value),
                                    *(jit_long *)(value1->address),
-                                   *(jit_long *)(value2->address)))
+                                   *(jit_long *)(value2->address));
 #endif
        }
        return 0;

-----------------------------------------------------------------------

Summary of changes:
 jit/jit-opcode-apply.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET Just In Time compiler (libjit)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]