aboutsummaryrefslogtreecommitdiff
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index 1015153..23de769 100644
--- a/driver.c
+++ b/driver.c
@@ -394,6 +394,7 @@ main(int argc, char *argv[])
qbearch = "rv64";
} else {
fatal("unsupported target '%s'", target);
+ return 1; /* unreachable */
}
arrayaddptr(&stages[COMPILE].cmd, "-t");
arrayaddptr(&stages[COMPILE].cmd, arch);