Mercurial > hg-old > index.cgi
comparison src/pass1.c @ 54:360d53062bb9
Fixed typo in instruction table and added END directive
author | lost |
---|---|
date | Sun, 04 Jan 2009 20:38:12 +0000 |
parents | 21ae0fab469b |
children | b1d81800bc91 |
comparison
equal
deleted
inserted
replaced
53:493cb8ea50a0 | 54:360d53062bb9 |
---|---|
146 as -> linestail -> next = nl; | 146 as -> linestail -> next = nl; |
147 as -> linestail = nl; | 147 as -> linestail = nl; |
148 if (!(as -> lineshead)) | 148 if (!(as -> lineshead)) |
149 as -> lineshead = nl; | 149 as -> lineshead = nl; |
150 lwasm_parse_line(as, nl); | 150 lwasm_parse_line(as, nl); |
151 if (as -> endseen) | |
152 break; | |
151 } | 153 } |
152 if (c == EOF) | 154 if (c == EOF) |
153 break; | 155 break; |
154 } | 156 } |
155 | 157 |