Ignore:
Timestamp:
Mar 6, 2008, 11:28:05 PM (16 years ago)
Author:
dai_9181
Message:

[415]を64bit版にマージ。

File:
1 edited

Legend:

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

    r372 r416  
    185185
    186186//NumOpe.cpp
     187bool TermOpeOnlyVariable( const char *term, Type &resultType, RELATIVE_VAR &relativeVar, bool isWriteAccess );
    187188bool TermOpe(
    188189             const char *term,
     
    191192             bool &isLiteral,
    192193             BOOL *pbUseHeap,
    193              bool isWantObject = false,
    194194             bool *pIsClassName = NULL,
    195              bool isProcedureCallOnly = false );
     195             bool isProcedureCallOnly = false,
     196             bool isWriteAccess = false );
    196197bool NumOpe( int *pReg,
    197198           const char *Command,
Note: See TracChangeset for help on using the changeset viewer.