bug fix: csa descriptors contained upb instead of upb - lwb.
This commit is contained in:
parent
55abae9d4f
commit
1706552f25
1 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ int type;
|
||||||
descr= genlabel();
|
descr= genlabel();
|
||||||
firstlabel=genlabel();
|
firstlabel=genlabel();
|
||||||
fprintf(tmpfile,"l%d\n",descr); emlinecount++;
|
fprintf(tmpfile,"l%d\n",descr); emlinecount++;
|
||||||
fprintf(tmpfile," rom *%d,1,%d\n",firstlabel,jumpcnt); emlinecount++;
|
fprintf(tmpfile," rom *%d,1,%d\n",firstlabel,jumpcnt-1); emlinecount++;
|
||||||
l= jumphead;
|
l= jumphead;
|
||||||
while( l)
|
while( l)
|
||||||
{
|
{
|
||||||
|
@ -244,7 +244,7 @@ int type;
|
||||||
descr= genlabel();
|
descr= genlabel();
|
||||||
firstlabel=genlabel();
|
firstlabel=genlabel();
|
||||||
fprintf(tmpfile,"l%d\n",descr); emlinecount++;
|
fprintf(tmpfile,"l%d\n",descr); emlinecount++;
|
||||||
fprintf(tmpfile," rom *%d,1,%d\n",firstlabel,jumpcnt); emlinecount++;
|
fprintf(tmpfile," rom *%d,1,%d\n",firstlabel,jumpcnt-1); emlinecount++;
|
||||||
l= jumphead;
|
l= jumphead;
|
||||||
while( l)
|
while( l)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue