-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.
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.
*/