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

Unified Diff: armasm/objdumpext_test.go

Issue 104770047: code review 104770047: armasm: add VFP, golden testdata (Closed)
Patch Set: diff -r 08f5d599cb70 https://code.google.com/p/rsc.arm/ Created 10 years, 10 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 | « armasm/objdump_test.go ('k') | armasm/tables.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: armasm/objdumpext_test.go
===================================================================
--- a/armasm/objdumpext_test.go
+++ b/armasm/objdumpext_test.go
@@ -75,6 +75,7 @@
if strings.HasPrefix(text, "ldmfd") {
text = "ldm" + text[5:]
}
+ text = strings.Replace(text, "#0.0", "#0", -1)
if text == "undefined" && len(enc) == 4 {
text = "error: unknown instruction"
enc = nil
« no previous file with comments | « armasm/objdump_test.go ('k') | armasm/tables.go » ('j') | no next file with comments »

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