Add missing comma in fixobj.h in FIXED_OBJECTS_NAMES.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 12 Aug 2012 01:07:33 +0000 (01:07 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 12 Aug 2012 01:11:03 +0000 (01:11 +0000)
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

index 6591730297ba13d3b9cbb8a507f9eeac6f875b6e..b6064fd9a32468f08d1c29e6b54854aa1a613913 100644 (file)
@@ -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",                           \