]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
Stub out JIT_OP_RETURN_REG, which doesn't need any special handling for x86.
authorRhys Weatherley <rweather@southern-storm.com.au>
Sat, 29 May 2004 10:14:11 +0000 (10:14 +0000)
committerRhys Weatherley <rweather@southern-storm.com.au>
Sat, 29 May 2004 10:14:11 +0000 (10:14 +0000)
ChangeLog
jit/jit-rules-x86.sel

index 20b4b767b717548a468d13671307dab8187e83b9..f9f84c9a03c3caf607c0274170e3a72270eff637 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
        jit/jit-rules-x86.c, jit/jit-rules-x86.sel: continue the
        x86 back end; particularly byte/short stores.
 
+       * jit/jit-rules-x86.sel: stub out JIT_OP_RETURN_REG, which
+       doesn't need any special handling for x86.
+
 2004-05-27  Rhys Weatherley  <rweather@southern-storm.com.au>
 
        * tools/gen-apply.c: split "detect_struct_conventions" up a bit
index ad95ad2d5adc43db9b3038754baf18ad00f543b0..c01a69c610918b9a66d304ef14c37b7519621fdb 100644 (file)
@@ -831,6 +831,9 @@ JIT_OP_ADDRESS_OF: manual
  * Stack pushes and pops.
  */
 
+JIT_OP_RETURN_REG: manual
+       [] -> { /* Nothing to do here */ }
+
 JIT_OP_PUSH_INT: unary_note
        [imm] -> {
                x86_push_imm(inst, $1);