[Bug inline-asm/34177] Inline assembly uses wrong register
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 21 18:06:00 GMT 2007
------- Comment #5 from pinskia at gcc dot gnu dot org 2007-11-21 18:06 -------
r25 is not marked as clobbered so what do you expect?
Try:
asm volatile("mov r25, %0" : "=r" (RunTsk)::"r25");
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|c |inline-asm
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34177
More information about the Gcc-bugs
mailing list