stivale2: Fix test

This commit is contained in:
mintsuki 2021-07-15 17:16:55 +02:00
parent de3c7eed67
commit e96b55a477

View File

@ -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;