Don't write to inferior_ptid in gnu-nat.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / c-lui.s
1 .text
2 .globl _start
3 _start:
4 lui x1, 1
5 lui x1, 0
6 lui x0, 1
7 lui x2, 1
This page took 0.030496 seconds and 4 git commands to generate.