mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
fix comment
This commit is contained in:
parent
a3e217c58f
commit
6d0ffe2291
@ -448,7 +448,7 @@ parsefn(FILE *f)
|
||||
lnum = 1;
|
||||
fn = alloc(sizeof *fn);
|
||||
ps = parseline(PLbl);
|
||||
fn->start = curb; /* we should have parsed the start label */
|
||||
fn->start = curb; /* todo, it's a hack */
|
||||
do
|
||||
ps = parseline(ps);
|
||||
while (ps != PEnd);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user