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 c447a50d3c
commit 46cfad7b8a
3 changed files with 3 additions and 3 deletions

View File

@ -191,7 +191,7 @@ SECTIONS
*/
/* This causes failures if there are no RAM functions
.ramfunc /* ALIGN(2K) */ :
.ramfunc :
{
_sramfunc = ABSOLUTE(.);
*(.ramfunc .ramfunc.*)

View File

@ -191,7 +191,7 @@ SECTIONS
*/
/* This causes failures if there are no RAM functions
.ramfunc /* ALIGN(2K) */ :
.ramfunc :
{
_sramfunc = ABSOLUTE(.);
*(.ramfunc .ramfunc.*)

View File

@ -191,7 +191,7 @@ SECTIONS
*/
/* This causes failures if there are no RAM functions
.ramfunc /* ALIGN(2K) */ :
.ramfunc :
{
_sramfunc = ABSOLUTE(.);
*(.ramfunc .ramfunc.*)