From bc1078f8f674d5b6f2cc7cc6d1da93aeb67fc16a Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 12 Aug 2012 01:07:33 +0000 Subject: [PATCH] Add missing comma in fixobj.h in FIXED_OBJECTS_NAMES. Turned up while building on arm. I guess there just must have always been a zero in memory after this array in utabmd.c on every other platform! --- src/microcode/fixobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/fixobj.h b/src/microcode/fixobj.h index 659173029..b6064fd9a 100644 --- a/src/microcode/fixobj.h +++ b/src/microcode/fixobj.h @@ -179,7 +179,7 @@ USA. /* 0x31 */ "generic-trampoline-remainder", \ /* 0x32 */ "generic-trampoline-modulo", \ /* 0x33 */ "arity-dispatcher-tag", \ - /* 0x34 */ "pc-sample/builtin-table" \ + /* 0x34 */ "pc-sample/builtin-table", \ /* 0x35 */ "pc-sample/utility-table", \ /* 0x36 */ "pc-sample/primitive-table", \ /* 0x37 */ "pc-sample/code-block-table", \ -- 2.25.1