- fixed implementation of various __builtin functions
[cparser] / mangle.c
index 1eb6a16..bcd78d6 100644 (file)
--- a/mangle.c
+++ b/mangle.c
@@ -222,7 +222,6 @@ static void mangle_type(type_t *orig_type)
 
        case TYPE_BITFIELD:
                panic("no mangling for this type implemented yet");
-               break;
        }
        panic("invalid type encountered while mangling");
 }