bug fix: csa descriptors contained upb instead of upb - lwb.
This commit is contained in:
parent
711710211c
commit
3ef739b3e6
@ -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…
x
Reference in New Issue
Block a user