diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-06-09 23:04:20 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-06-09 23:04:20 +0200 |
commit | 0db708a285c74526ebcce31a10f5730f3f715d61 (patch) | |
tree | d539edf831e262bf42618baa1d6a459e6d9f6867 /lib/arch/x86_64/init_stack.cc | |
parent | 0b0d7c5c32e5eeb4bcb5aab89b8c2a5fb387f47d (diff) | |
download | matcha-threads-0db708a285c74526ebcce31a10f5730f3f715d61.tar.gz matcha-threads-0db708a285c74526ebcce31a10f5730f3f715d61.zip |
added copyright hdr
Diffstat (limited to 'lib/arch/x86_64/init_stack.cc')
-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 |