hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

getfp.s (205B)


      1 // SPDX-License-Identifier: MPL-2.0
      2 // (c) Hare authors <https://harelang.org>
      3 
      4 .section ".text.debug.getfp","ax"
      5 .global debug.getfp
      6 .type debug.getfp,@function
      7 debug.getfp:
      8 	endbr64
      9 	movq %rbp,%rax
     10 	ret