diff options
Diffstat (limited to 'lib/arch/x86_64')
-rw-r--r-- | lib/arch/x86_64/init_stack.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/arch/x86_64/init_stack.cc b/lib/arch/x86_64/init_stack.cc index c249bc8..911b24f 100644 --- a/lib/arch/x86_64/init_stack.cc +++ b/lib/arch/x86_64/init_stack.cc @@ -1,3 +1,5 @@ +/* Copyright (c) 2021 Johannes Stoelp */ + #include <cassert> #include <cstdint> // uintN_t |