]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
Fix the operand types for "call_vtable_ptr".
authorRhys Weatherley <rweather@southern-storm.com.au>
Wed, 4 Aug 2004 06:59:22 +0000 (06:59 +0000)
committerRhys Weatherley <rweather@southern-storm.com.au>
Wed, 4 Aug 2004 06:59:22 +0000 (06:59 +0000)
ChangeLog
jit/jit-opcode.c

index 1867103a58c09bdd157f3301066b7f41c7a54011..9fcb13ed26f1179b26cbb5abc5e870f86679b5ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
 
+2004-08-04  Rhys Weatherley  <rweather@southern-storm.com.au>
+
+       * jit/jit-opcode.c: fix the operand types for "call_vtable_ptr".
+
 2004-06-25  Rhys Weatherley  <rweather@southern-storm.com.au>
 
        * tools/gen-apply.c: fix a crash in gen-apply under x86-64.
index ac0aa1ee30e9f318a4dc4e08d05b97c971246f6c..698f9c3ebc4bbc7e99eec4a93dc3842eccb1c1c5 100644 (file)
@@ -402,7 +402,7 @@ jit_opcode_info_t const jit_opcodes[JIT_OP_NUM_OPCODES] = {
        {"call",                                                JIT_OPCODE_IS_CALL},
        {"call_tail",                                   JIT_OPCODE_IS_CALL},
        {"call_indirect",                               F_(EMPTY, PTR, EMPTY) | INDIRECT_ARGS},
-       {"call_vtable_ptr",                             F_(EMPTY, PTR, EMPTY) | INDIRECT_ARGS},
+       {"call_vtable_ptr",                             F_(EMPTY, PTR, EMPTY)},
        {"call_external",                               JIT_OPCODE_IS_CALL_EXTERNAL},
        {"return",                                              F_(EMPTY, EMPTY, EMPTY)},
        {"return_int",                                  F_(EMPTY, INT, EMPTY)},