- Timestamp:
- 02/16/21 06:38:51 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/framscript.y
r973 r1077 514 514 trstack.adjust($3.stack-trstack.currentPos()); 515 515 int adj=$1.stack-trstack.currentPos(); 516 trstack. adjust(adj);516 trstack.dropToPos($1.stack); 517 517 if (adj!=0) 518 518 trctx.out->printf("add %d,m0\n",adj); … … 580 580 if ($1.stack != trstack.currentPos()) 581 581 trctx.out->printf("add %d,m0\n",$1.stack-trstack.currentPos()); 582 trstack. adjust($1.stack-trstack.currentPos());582 trstack.dropToPos($1.stack); 583 583 trstack.loops.drop(); 584 584 }
Note: See TracChangeset
for help on using the changeset viewer.