summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sim')
-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