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

Unified Diff: bfd/cpu-h8300.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 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 | « bfd/cpu-crx.c ('k') | bfd/cpu-i386.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/cpu-h8300.c
diff --git a/bfd/cpu-h8300.c b/bfd/cpu-h8300.c
index e667a0358bd0e4668d82910538626eb5387f1dd2..5f338566e4c4fd7d6118dd8e3042c643c4a3ba8c 100644
--- a/bfd/cpu-h8300.c
+++ b/bfd/cpu-h8300.c
@@ -83,7 +83,7 @@ h8300_scan (const struct bfd_arch_info *info, const char *string)
return (info->mach == bfd_mach_h8300sx);
}
-
+
return (info->mach == bfd_mach_h8300s);
}
else
« no previous file with comments | « bfd/cpu-crx.c ('k') | bfd/cpu-i386.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698