xref: /kvm-unit-tests/s390x/snippets/asm/loop.S (revision 90cacd85c6ad50f032a3fe95586fab4f2335b93d)
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