[RTEMS Project] #2416: Beaglebone: missing clobber in inline assembly.

RTEMS trac trac at rtems.org
Thu Sep 10 18:02:54 UTC 2015


#2416: Beaglebone: missing clobber in inline assembly.
-------------------------+--------------------
 Reporter:  marcos.diaz  |      Owner:
     Type:  defect       |     Status:  new
 Priority:  normal       |  Milestone:  4.11.1
Component:  General      |    Version:  4.11
 Severity:  normal       |   Keywords:
-------------------------+--------------------
 flush_data_cache uses R0 directly but doesn't list it as a clobbered
 register.
 Compiling with -O3 made this code break, since the function that calls
 flush_data_cache
 already uses r0.

--
Ticket URL: <http://devel.rtems.org/ticket/2416>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list