Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
« 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