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