Ignore:
Timestamp:
Aug 5, 2007, 3:47:49 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/Opcode.h

    r262 r263  
    4545
    4646
    47 class CStackFrame:public CSchedule{
     47class CStackFrame
     48{
    4849    ///////////////////////////
    4950    // スタックフレーム管理
    5051    ///////////////////////////
     52
     53    PertialSchedules pertialSchedules;
    5154
    5255    int lowest_sp;          //スタックポインタの最下位位置
Note: See TracChangeset for help on using the changeset viewer.