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. fa75047601fd6d3cb18ea4dc1e6cc03dea69bdda
Date: Tue, 10 Aug 2010 13:59:31 +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  fa75047601fd6d3cb18ea4dc1e6cc03dea69bdda (commit)
      from  1ab04e871a0152ece58462c88d073c2c1453866d (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=fa75047601fd6d3cb18ea4dc1e6cc03dea69bdda

commit fa75047601fd6d3cb18ea4dc1e6cc03dea69bdda
Author: Klaus Treichel <address@hidden>
Date:   Tue Aug 10 15:59:16 2010 +0200

    Fix arg1 for the address_of opcode.

diff --git a/ChangeLog b/ChangeLog
index 6ebce74..78bbc4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2010-08-09  Klaus Treichel  <address@hidden
+2010-08-10  Klaus Treichel  <address@hidden>
+
+       * config/jit-opcodes.ops: Fix arg1 for the address_of opcode.
+
+2010-08-09  Klaus Treichel  <address@hidden>
 
        * jit/jit-gen-x86-64.h: Add macros for the cvttss2si and cvttsd2si
        instructions.
diff --git a/config/jit-opcodes.ops b/config/jit-opcodes.ops
index 25adf7f..7beb139 100644
--- a/config/jit-opcodes.ops
+++ b/config/jit-opcodes.ops
@@ -491,7 +491,7 @@ opcodes(JIT_OP_, "jit_opcode_info_t const 
jit_opcodes[JIT_OP_NUM_OPCODES]")
        op_def("copy_struct", =) { op_values(ptr, ptr), "NINT_ARG" }
        op_def("copy_store_byte") { op_values(int, int) }
        op_def("copy_store_short") { op_values(int, int) }
-       op_def("address_of", address_of) { op_values(ptr) }
+       op_def("address_of", address_of) { op_values(ptr, any) }
        /*
         * Incoming registers, outgoing registers, and stack pushes.
         */

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

Summary of changes:
 ChangeLog              |    6 +++++-
 config/jit-opcodes.ops |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)


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



reply via email to

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