From da4ccf4910577817ba6d064fc07f52dea86e8bfc Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Sat, 29 May 2004 10:14:11 +0000 Subject: [PATCH] Stub out JIT_OP_RETURN_REG, which doesn't need any special handling for x86. --- ChangeLog | 3 +++ jit/jit-rules-x86.sel | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 20b4b76..f9f84c9 100644 --- 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 * tools/gen-apply.c: split "detect_struct_conventions" up a bit diff --git a/jit/jit-rules-x86.sel b/jit/jit-rules-x86.sel index ad95ad2..c01a69c 100644 --- a/jit/jit-rules-x86.sel +++ b/jit/jit-rules-x86.sel @@ -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); -- 2.47.3