Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: gcc/gcc/config/arm/unwind-arm.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/config/arm/t-symbian ('k') | gcc/gcc/config/avr/avr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/arm/unwind-arm.c
diff --git a/gcc/gcc/config/arm/unwind-arm.c b/gcc/gcc/config/arm/unwind-arm.c
index 4eb18215f177beddbc6ce9c5914bbf78def7b68d..2c6e004890e372e08a8928096ab69fa8489e338f 100644
--- a/gcc/gcc/config/arm/unwind-arm.c
+++ b/gcc/gcc/config/arm/unwind-arm.c
@@ -1000,7 +1000,6 @@ __gnu_Unwind_Backtrace(_Unwind_Trace_Fn trace, void * trace_argument,
while (code != _URC_END_OF_STACK
&& code != _URC_FAILURE);
- finish:
restore_non_core_regs (&saved_vrs);
return code;
}
« no previous file with comments | « gcc/gcc/config/arm/t-symbian ('k') | gcc/gcc/config/avr/avr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698