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.
21 lines
292 B
ArmAsm
21 lines
292 B
ArmAsm
.text
|
|
.balign 16
|
|
.xdef foo
|
|
.ent foo
|
|
foo:
|
|
.frame $29, 16, $31
|
|
.mask 0x90000000, -8
|
|
addiu $29, -16
|
|
sd $31, 8($29)
|
|
.cpsetup $25, 0, foo
|
|
jal protected_foo
|
|
jal hidden_foo
|
|
jal internal_foo
|
|
.cpreturn
|
|
ld $31, 8($29)
|
|
addiu $29, 16
|
|
jr $31
|
|
.end foo
|
|
.balign 4
|
|
.space 8
|