Sign in
android-kvm
/
kvm-unit-tests
/
aa7819ec955961650a10171a797b7d1c7fc85fee
/
.
/
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