summaryrefslogtreecommitdiff
path: root/sys/src/cmd/qc
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2023-05-13 21:22:03 +0000
committerJacob Moody <moody@posixcafe.org>2023-05-13 21:22:03 +0000
commit3bb4169be1566faca886b232376e85b1ebf10fb3 (patch)
tree8cf566111f990577f5ce34e5fc2f23f2b4d76b4e /sys/src/cmd/qc
parentf29279f1401cf558cce457cfb9e31981f651104c (diff)
5c, kc, qc: fix implicit return type of samaddr
The samaddr definitions in the other compilers have the return type marked correctly.
Diffstat (limited to 'sys/src/cmd/qc')
-rw-r--r--sys/src/cmd/qc/txt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/qc/txt.c b/sys/src/cmd/qc/txt.c
index 4f5e9c082..8f7ee01ee 100644
--- a/sys/src/cmd/qc/txt.c
+++ b/sys/src/cmd/qc/txt.c
@@ -1559,6 +1559,7 @@ gopcode64(int o, Node *f1, Node *f2, Node *t)
}
}
+int
samaddr(Node *f, Node *t)
{