]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
Fix arg1 for the address_of opcode.
authorKlaus Treichel <ktreichel@web.de>
Tue, 10 Aug 2010 13:59:16 +0000 (15:59 +0200)
committerKlaus Treichel <ktreichel@web.de>
Tue, 10 Aug 2010 13:59:16 +0000 (15:59 +0200)
ChangeLog
config/jit-opcodes.ops

index 6ebce746b6105e759b8f4b64e1a04104f14b6c0b..78bbc4a21721ba964bd3b20fa108e365bb28dad7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2010-08-09  Klaus Treichel  <ktreichel@web.de
+2010-08-10  Klaus Treichel  <ktreichel@web.de>
+
+       * config/jit-opcodes.ops: Fix arg1 for the address_of opcode.
+
+2010-08-09  Klaus Treichel  <ktreichel@web.de>
 
        * jit/jit-gen-x86-64.h: Add macros for the cvttss2si and cvttsd2si
        instructions.
index 25adf7f3f5b598d56ddbf4823be6af3e99e1be39..7beb139397b086b4f997953047ecb2f53a172144 100644 (file)
@@ -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.
         */