:: commit e96b55a4778b11c8a458dae4409312154190422f

mintsuki <mintsuki@protonmail.com> — 2021-07-15 15:16

parents: de3c7eed67

stivale2: Fix test

diff --git a/test/stivale2.c b/test/stivale2.c
index 834c494c..a924094e 100644
--- a/test/stivale2.c
+++ b/test/stivale2.c
@@ -192,6 +192,7 @@ void stivale2_main(struct stivale2_struct *info) {
                     e9_printf("\t\tBase: %x  Length: %x  Perms: %x",
                           t->pmrs[i].base, t->pmrs[i].length, t->pmrs[i].permissions);
                 }
+                break;
             }
             case STIVALE2_STRUCT_TAG_SMP_ID: {
                 struct stivale2_struct_tag_smp *s = (struct stivale2_struct_tag_smp *)tag;
tab: 248 wrap: offon