Files
podman/vendor/github.com/docker/docker/contrib/syscall-test/exit32.s
Valentin Rothberg bd40dcfc2b vendor: update everything
* 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>
2019-01-11 13:38:11 +01:00

8 lines
81 B
ArmAsm

.globl _start
.text
_start:
xorl %eax, %eax
incl %eax
movb $0, %bl
int $0x80