Page MenuHomePhabricator

Bug (possibly) in src/arch/aarch64/mm.c
Open, Needs TriagePublic

Description

It seems one macro definition is wrong.

The following one

#define STAGE2_MEMATTR(outer, inner) ((((outer) << 2) | (inner)) << 2)

seems to become

#define STAGE2_MEMATTR(outer, inner) ((((outer) << 4) | (inner)) << 2)

Event Timeline

Surely you only know New York as a place of America, right? But now there is one more great game genre that you should experience: nytimes crossword

How to play 2048 is simple but challenging