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

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

Issue 884041: code review 884041: runtime: various arm fixes (Closed)
Patch Set: code review 884041: runtime: various arm fixes Created 15 years 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
Index: src/cmd/5l/pass.c
===================================================================
--- a/src/cmd/5l/pass.c
+++ b/src/cmd/5l/pass.c
@@ -232,7 +232,7 @@
}
if(a == AB) {
q = p->cond;
- if(q != P) {
+ if(q != P && q->as != ATEXT) {
kaib 2010/04/05 10:34:38 heh, this would have taken me a while to find..
rsc1 2010/04/05 17:48:57 Me too.
p->mark |= FOLL;
p = q;
if(!(p->mark & FOLL))

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