Sign in
android-kvm
/
kvm-unit-tests
/
88f594c879d57999f065ff3ef1303feef22b5e74
/
.
/
s390x
/
snippets
/
asm
/
loop.S
blob: a75bf00dba3d892287b879ebf4dcac872b4e52c1 [
file
] [
log
] [
blame
]
/*
SPDX
-
License
-
Identifier
:
GPL
-2.0
-
only
*/
/*
*
Infinite loop snippet with no exit
*
*
Copyright
(
c
)
2023
IBM Corp
*
*
Authors
:
*
Janosch Frank
<
frankja
@
linux.ibm.com
>
*/
.section .text
retry
:
j retry