summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
Diffstat (limited to 'lisc')
-rw-r--r--lisc/isel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/isel.c b/lisc/isel.c
index e853f7b..a00c4f2 100644
--- a/lisc/isel.c
+++ b/lisc/isel.c
@@ -642,10 +642,10 @@ calluse(Ins i, int p[2])
 	for (j=0; j<nf; j++)
 		b |= BIT(XMM0+j);
 	if (p) {
-		p[0] = ni;
+		p[0] = ni + 1;
 		p[1] = nf;
 	}
-	return b;
+	return b | BIT(RAX);
 }
 
 static Ref