Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/or1k/crt0.S')
-rw-r--r--libgloss/or1k/crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/or1k/crt0.S b/libgloss/or1k/crt0.S
index 74ddaacf7..84adba1e3 100644
--- a/libgloss/or1k/crt0.S
+++ b/libgloss/or1k/crt0.S
@@ -124,7 +124,7 @@ _or1k_exception_stack_size: .word EXCEPTION_STACK_SIZE
); \
.Lnested_##id: \
/* Load back the stack pointer */ \
- l.lwz r1,0x4(r0)); \
+ l.lwz r1,0x4(r0); \
/* Add redzone, nesting needs this */ \
l.addi r1,r1,-REDZONE; \
.Lnesting_done_##id: \