From 3fadcc19fdab762b595f27ac77c05a5ae2fa0e15 Mon Sep 17 00:00:00 2001 From: David Given Date: Mon, 12 Dec 2016 23:55:49 +0100 Subject: [PATCH] Fix warnings. --- mach/powerpc/mcg/platform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mach/powerpc/mcg/platform.c b/mach/powerpc/mcg/platform.c index 65b158cac..e1e4d1661 100644 --- a/mach/powerpc/mcg/platform.c +++ b/mach/powerpc/mcg/platform.c @@ -278,6 +278,7 @@ struct hop* platform_move(struct basicblock* bb, struct hreg* src, struct hreg* nomove: fatal("cannot move %s to %s", src->id, dest->id); + return NULL; } struct hop* platform_swap(struct basicblock* bb, struct hreg* src, struct hreg* dest) -- 2.34.1