xref: /kvm-unit-tests/s390x/snippets/asm/loop.S (revision a402fad4f715156a8e60714e5f5814cdd367a4f2)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Infinite loop snippet with no exit
4 *
5 * Copyright (c) 2023 IBM Corp
6 *
7 * Authors:
8 *  Janosch Frank <frankja@linux.ibm.com>
9 */
10.section .text
11
12retry:
13j 	retry
14