summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-12-17 10:49:47 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-12-17 10:49:47 +0100
commitc3b289e604a944f2c78f7b0eb8a2bfd1e66d198d (patch)
tree109d44fc396fa515e0babce16f20bd5550063fe6
parent2c8760a676e3b7e448e49e6faf6e1e317f89a15a (diff)
parented3bd647073cec70430c7a4f4cc1db968a50becc (diff)
downloadpx4-nuttx-c3b289e604a944f2c78f7b0eb8a2bfd1e66d198d.tar.gz
px4-nuttx-c3b289e604a944f2c78f7b0eb8a2bfd1e66d198d.tar.bz2
px4-nuttx-c3b289e604a944f2c78f7b0eb8a2bfd1e66d198d.zip
Merge branch 'master' of github.com:PX4/NuttX
-rw-r--r--nuttx/arch/sim/src/up_setjmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/up_setjmp.S b/nuttx/arch/sim/src/up_setjmp.S
index 20ec5539f..d9c9c02f8 100644
--- a/nuttx/arch/sim/src/up_setjmp.S
+++ b/nuttx/arch/sim/src/up_setjmp.S
@@ -135,7 +135,7 @@ SYMBOL(up_longjmp):
/* Jump to saved PC. */
- jmp (*%edx)
+ jmp *(%edx)
#if !((defined __CYGWIN__) || (defined __APPLE__))
.size SYMBOL(up_longjmp), . - SYMBOL(up_longjmp)
#endif