summary refs log tree commit diff
path: root/lisc/ssa.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/ssa.c')
-rw-r--r--lisc/ssa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/ssa.c b/lisc/ssa.c
index 2ad1755..5546190 100644
--- a/lisc/ssa.c
+++ b/lisc/ssa.c
@@ -189,7 +189,7 @@ ssafix(Fn *f, int t)
 	/* add new symbols */
 	f->sym = realloc(f->sym, f->ntmp * sizeof f->sym[0]);
 	if (!f->sym)
-		abort();
+		diag("ssafix: out of memory");
 	for (t1=t0; t0<f->ntmp; t0++) {
 		f->sym[t0].type = STmp;
 		snprintf(f->sym[t0].name, NString, "%s%d",