diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-28 13:32:09 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-28 13:32:09 +0000 |
| commit | e5925df93411429340d2887594004aaa690d2ef5 (patch) | |
| tree | a24bc2f7aaf897fead13e151a5c155b597664f16 /include/memory/asm_pointer.hpp | |
| parent | efcb913196ccf0386a557e8c1053c430e5896179 (diff) | |
| download | teachos-e5925df93411429340d2887594004aaa690d2ef5.tar.xz teachos-e5925df93411429340d2887594004aaa690d2ef5.zip | |
Adjust constant and make all possible variables const
Diffstat (limited to 'include/memory/asm_pointer.hpp')
| -rw-r--r-- | include/memory/asm_pointer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/memory/asm_pointer.hpp b/include/memory/asm_pointer.hpp index 71dfcf7..4c25658 100644 --- a/include/memory/asm_pointer.hpp +++ b/include/memory/asm_pointer.hpp @@ -73,4 +73,4 @@ namespace teachos::memory } // namespace teachos::memory -#endif
\ No newline at end of file +#endif // TEACHOS_MEMORY_ASM_POINTER_HPP |
