Richard Purdie patches : add ARM arch and fix automake for dynamic symbols
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index 5feb97f5e2a45fad890f1de8c267e62218942ff4..8c3cd6bd51507d1a278a1d1bc415403044aa90ce 100644 (file)
@@ -921,8 +921,10 @@ static int ltt_get_facility_description(LttFacility *f,
                                break;
                        case LTT_ARCH_TYPE_ARM:
                                text = "_arm";
+                               break;
                        case LTT_ARCH_TYPE_PPC64:
                                text = "_ppc64";
+                               break;
                        case LTT_ARCH_TYPE_X86_64:
                                text = "_x86_64";
                                break;
This page took 0.022254 seconds and 4 git commands to generate.