[Bug inline-asm/34177] Inline assembly uses wrong register
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 21 20:42:00 GMT 2007
------- Comment #7 from pinskia at gcc dot gnu dot org 2007-11-21 20:42 -------
Oh you are not storing to RunTsk but to r25 so your constraints are incorrect
still.
Try:
asm volatile("mov r25, %0" : : "r" (RunTsk):"r25");
This still makes the bug invalid.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34177
More information about the Gcc-bugs
mailing list