https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64733
--- Comment #2 from aji at ti dot com ---
The issue is with this line of code:
asm volatile("mov X1, #0x1003");
If I modify the mov instruction to take a variable input it works.
val = 0x1003;
asm volatile("mov X1, %0&quo
Priority: P3
Component: inline-asm
Assignee: unassigned at gcc dot gnu.org
Reporter: aji at ti dot com
I have a simple C program that calls ASM instructions:
example.c
int example() {
asm volatile("mov X0, #0x1000");
asm volatile("mov