Fix PIC32 jalr instructions: arguments consistentley reversed

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4052 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-10-18 01:51:47 +00:00
parent 74c314fb2a
commit cc97bab6c3
6 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ SECTIONS
*/
/* This causes failures if there are no RAM functions
.ramfunc /* ALIGN(2K) */ :
.ramfunc :
{
_sramfunc = ABSOLUTE(.);
*(.ramfunc .ramfunc.*)