Ignore:
Timestamp:
Jul 27, 2007, 3:40:33 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/PESchedule.h

    r223 r242  
    9494
    9595
    96 /////////////////////////////////////
    97 // 一時スケジューリングポインタ
    98 /////////////////////////////////////
    99 class CTempSchedule{
    100     int **ppObpValues;
    101     int num;
    102 public:
    103     CTempSchedule();
    104     ~CTempSchedule();
    105 
    106     void lock(int *pobp);
    107     void unlock();
    108     void move(int iStartPos,int iSize,int offset);
    109 };
    110 extern CTempSchedule *pobj_TempSchedule;
    111 
    112 
    11396void NativeBuffer_StaticRelocation(int iStartPos,int iSize,int offset);
Note: See TracChangeset for help on using the changeset viewer.