blob: 2fae47a9e34974e733263f60c79c2aa48a6e7b7d [file] [log] [blame]
Ilya Leoshkeviche9021262023-03-16 17:44:28 +01001/*
2 * Test BRanching to a non-mapped odd address.
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6 .globl test
7test:
8 lgrl %r1,odd_addr
9 br %r1
10
11 .align 8
12odd_addr:
13 .quad 0xDDDDDDDDDDDDDDDD
14 .globl expected_old_psw
15expected_old_psw:
16 .quad 0x180000000,0xDDDDDDDDDDDDDDDD