Changeset 247 for cpp/frams/vm/framscript.y
- Timestamp:
- 11/07/14 17:51:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/framscript.y
r245 r247 1003 1003 if (loc!=TranslatorStack::NOTFOUND) 1004 1004 { 1005 trctx.out->printf("push &%d\n call Ref.newS\n",loc-trstack.currentPos());trstack.adjust(-1);1005 trctx.out->printf("push &%d\n",loc-trstack.currentPos());trstack.adjust(-1); 1006 1006 } 1007 1007 else if (globalOk($2))
Note: See TracChangeset
for help on using the changeset viewer.