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:
parent
c447a50d3c
commit
46cfad7b8a
@ -191,7 +191,7 @@ SECTIONS
|
||||
*/
|
||||
|
||||
/* This causes failures if there are no RAM functions
|
||||
.ramfunc /* ALIGN(2K) */ :
|
||||
.ramfunc :
|
||||
{
|
||||
_sramfunc = ABSOLUTE(.);
|
||||
*(.ramfunc .ramfunc.*)
|
||||
|
@ -191,7 +191,7 @@ SECTIONS
|
||||
*/
|
||||
|
||||
/* This causes failures if there are no RAM functions
|
||||
.ramfunc /* ALIGN(2K) */ :
|
||||
.ramfunc :
|
||||
{
|
||||
_sramfunc = ABSOLUTE(.);
|
||||
*(.ramfunc .ramfunc.*)
|
||||
|
@ -191,7 +191,7 @@ SECTIONS
|
||||
*/
|
||||
|
||||
/* This causes failures if there are no RAM functions
|
||||
.ramfunc /* ALIGN(2K) */ :
|
||||
.ramfunc :
|
||||
{
|
||||
_sramfunc = ABSOLUTE(.);
|
||||
*(.ramfunc .ramfunc.*)
|
||||
|
Loading…
Reference in New Issue
Block a user