Browse Source

Fix arg1 for the address_of opcode.

cache-refactoring
Klaus Treichel 14 years ago
parent
commit
fa75047601
  1. 6
      ChangeLog
  2. 2
      config/jit-opcodes.ops

6
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.

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

Loading…
Cancel
Save