mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
00ee2b565a
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