Remove superfluous RET instructions

This commit is contained in:
Justine Tunney 2023-06-06 19:46:56 -07:00
parent b6182db813
commit 9793d3524f
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 9 additions and 11 deletions

View file

@ -48,9 +48,7 @@
.section .initprologue,"ax",@progbits
.type _init,@function
.globl _init
.ftrace1
_init:
.ftrace2
#ifdef __x86_64__
push %rbp
mov %rsp,%rbp