Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(589)

Unified Diff: src/cmd/5l/obj.c

Issue 6501099: code review 6501099: runtime: arm: abort if VFPv3 support missing (Closed)
Patch Set: diff -r b7ce1e467a60 https://code.google.com/p/go Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/5l/l.h ('k') | src/pkg/runtime/signal_linux_arm.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/5l/obj.c
===================================================================
--- a/src/cmd/5l/obj.c
+++ b/src/cmd/5l/obj.c
@@ -93,7 +93,7 @@
if(p != nil)
goarm = atoi(p);
else
- goarm = 7;
+ goarm = 6;
if(goarm == 5)
debug['F'] = 1;
« no previous file with comments | « src/cmd/5l/l.h ('k') | src/pkg/runtime/signal_linux_arm.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b