master
s 16 lines 297 Bytes
Raw
1 /*
2 * Test BRanching to a non-mapped odd address.
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6 .globl test
7 test:
8 lgrl %r1,odd_addr
9 br %r1
10
11 .align 8
12 odd_addr:
13 .quad 0xDDDDDDDDDDDDDDDD
14 .globl expected_old_psw
15 expected_old_psw:
16 .quad 0x180000000,0xDDDDDDDDDDDDDDDD