mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
Don't define assembler constants inside macros, thereby calling the corresponding macros isn't needed anymore. To prevent having to much constants included in files where they aren't needed, split macros.s file into a generic mode_transition.s part, and globally used macros.s. Fix #1180