Sign in
opensecura
/
3p
/
sel4proj
/
sel4runtime
/
refs/heads/master
/
.
/
crt
/
sel4_arch
/
x86_64
/
crti.S
blob: d9bca975006455060f45c420ad84c0c40b7f75d3 [
file
] [
log
] [
blame
] [
edit
]
/*
*
Copyright
2019
,
Data61
,
CSIRO
(
ABN
41
687
119
230
)
*
*
SPDX
-
License
-
Identifier
:
BSD
-2
-
Clause
*/
.section .init
.global _init
_init
:
pushq %rbp
movq
%rsp, %
rbp
.section .fini
.global _fini
_fini
:
pushq %rbp
movq
%rsp, %
rbp