forked from M-Labs/libfringe
add license headers to the assembly files
This commit is contained in:
parent
e6c3c36b46
commit
d25f43d4d5
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) 2015, edef <edef@edef.eu>
|
||||||
|
// See LICENSE file that comes with this distribution.
|
||||||
|
|
||||||
/// initialise a new context
|
/// initialise a new context
|
||||||
/// arguments: rdi: stack pointer,
|
/// arguments: rdi: stack pointer,
|
||||||
/// rsi: function pointer,
|
/// rsi: function pointer,
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) 2015, edef <edef@edef.eu>
|
||||||
|
// See LICENSE file that comes with this distribution.
|
||||||
|
|
||||||
/// switch to a new context
|
/// switch to a new context
|
||||||
/// arguments: rdi: stack pointer pointer
|
/// arguments: rdi: stack pointer pointer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue