From 01ed06fa4b9466dc39f4a37301a74a2b551fa015 Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 26 Oct 2005 00:00:46 +0000 Subject: 2005-10-25 Roland McGrath PR 1271 cont'd. * testsuite/buildok/twentytwo.stp: New file. * testsuite/buildok/twentythree.stp: New file. * loc2c.c (discontiguify): Add missing ; in output. --- loc2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loc2c.c') diff --git a/loc2c.c b/loc2c.c index fee66d04..10063eb2 100644 --- a/loc2c.c +++ b/loc2c.c @@ -1139,7 +1139,7 @@ discontiguify (struct obstack *pool, int indent, struct location *loc, if (size > max_piece_bytes) size = max_piece_bytes; - obstack_printf (pool, "%*saddr = container_addr + " UFORMAT "\n", + obstack_printf (pool, "%*saddr = container_addr + " UFORMAT ";\n", indent * 2, "", offset); struct location *piece = new_synthetic_loc (pool, loc, false); piece->byte_size = size; -- cgit