Changeset 44eb9893 in rtems

Timestamp:
09/10/15 15:20:41 (9 years ago)
Author:
Marcos Diaz <marcos.diaz@…>
Branches:
4.11
Children:
deb3f29
Parents:
ccebc571
git-author:
Marcos Diaz <marcos.diaz@…> (09/10/15 15:20:41)
git-committer:
Joel Sherrill <joel.sherrill@…> (09/10/15 18:30:43)
Message:

Beaglebone: fix missing clobber in inline assembly.

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.

closes #2416.

(No files)

Note: See TracChangeset for help on using the changeset viewer.