summaryrefslogtreecommitdiff
path: root/gen_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'gen_x86.c')
-rw-r--r--gen_x86.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gen_x86.c b/gen_x86.c
index 23dbba5..e7817d8 100644
--- a/gen_x86.c
+++ b/gen_x86.c
@@ -1264,6 +1264,7 @@ uint8_t * call_r(uint8_t * out, uint8_t dst)
{
*(out++) = OP_SINGLE_EA;
*(out++) = MODE_REG_DIRECT | dst | (OP_EX_CALL_EA << 3);
+ return out;
}
uint8_t * retn(uint8_t * out)