ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
32 lines
506 B
ArmAsm
32 lines
506 B
ArmAsm
.file "sframe-bar.c"
|
|
.text
|
|
.globl bar
|
|
.type bar, @function
|
|
bar:
|
|
.LFB0:
|
|
.cfi_startproc
|
|
pushq %rbp
|
|
.cfi_def_cfa_offset 16
|
|
.cfi_offset 6, -16
|
|
movq %rsp, %rbp
|
|
.cfi_def_cfa_register 6
|
|
subq $16, %rsp
|
|
movl %edi, -4(%rbp)
|
|
cmpl $1000, -4(%rbp)
|
|
jle .L2
|
|
movl -4(%rbp), %eax
|
|
movl %eax, %edi
|
|
call foo
|
|
jmp .L3
|
|
.L2:
|
|
movl -4(%rbp), %eax
|
|
.L3:
|
|
leave
|
|
.cfi_def_cfa 7, 8
|
|
ret
|
|
.cfi_endproc
|
|
.LFE0:
|
|
.size bar, .-bar
|
|
.ident "GCC: (GNU) 13.0.0 20220519 (experimental)"
|
|
.section .note.GNU-stack,"",@progbits
|