aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ir.h b/ir.h
index 72a0bd5..8208dea 100644
--- a/ir.h
+++ b/ir.h
@@ -54,7 +54,7 @@ struct call {
union irtype ret;
ushort narg;
short vararg; /* first variadic arg or -1 */
- short *abiargregs;
+ struct abiarg *abiarg;
struct abiarg abiret[2];
};