mirror of
https://github.com/containers/podman.git
synced 2026-03-20 07:37:11 -04:00
* If possible, update each dependency to the latest available version. * Use releases over commit IDs and avoid vendoring branches. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
8 lines
81 B
ArmAsm
8 lines
81 B
ArmAsm
.globl _start
|
|
.text
|
|
_start:
|
|
xorl %eax, %eax
|
|
incl %eax
|
|
movb $0, %bl
|
|
int $0x80
|