Ignore:
Timestamp:
Mar 20, 2007, 4:36:16 AM (17 years ago)
Author:
dai_9181
Message:

TYPEINFO→Typeへのリファクタリングを実施。64bitはほぼ完了。32bitが全般的に未完成。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/DebugSection.h

    r73 r75  
    4141    CONSTINFO **ppConstHash;
    4242
    43     //グローバル変数に関する情報
    44     VARIABLE *GlobalVar;
    45     int MaxGlobalVarNum;
    46 
    4743    //グローバル実行領域のサイズ
    4844    int GlobalOpBufferSize;
    4945
    5046    //プロシージャ
    51     SubInfo **ppSubHash;
     47    UserProc **ppSubHash;
    5248    int SubNum;
    5349
    54     SubInfo *pSub_DebugSys_EndProc;
     50    UserProc *pSub_DebugSys_EndProc;
    5551
    5652    //ネイティブコードバッファ
Note: See TracChangeset for help on using the changeset viewer.