To be able to compile Xen with gotocc, the label statement has to be followed by a semicolon.
Reported-by: Elizabeth Polgreen <polgr...@amazon.de> Signed-off-by: Norbert Manthey <nmant...@amazon.de> --- xen/common/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/memory.c b/xen/common/memory.c index 75010b7..e29d596 100644 --- a/xen/common/memory.c +++ b/xen/common/memory.c @@ -387,7 +387,7 @@ int guest_remove_page(struct domain *d, unsigned long gmfn) put_page(page); put_page(page); - out_put_gfn: __maybe_unused + out_put_gfn: __maybe_unused; put_gfn(d, gmfn); /* -- 2.7.4 Amazon Development Center Germany GmbH Berlin - Dresden - Aachen main office: Krausenstr. 38, 10117 Berlin Geschaeftsfuehrer: Dr. Ralf Herbrich, Christian Schlaeger Ust-ID: DE289237879 Eingetragen am Amtsgericht Charlottenburg HRB 149173 B _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel