Changeset 128 in dev for BasicCompiler64/Opcode.h


Ignore:
Timestamp:
May 18, 2007, 4:42:36 AM (17 years ago)
Author:
dai_9181
Message:

Blittable型を導入した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Opcode.h

    r122 r128  
    251251
    252252//NumOpe.cpp
    253 bool TermOpe( const char *term, const Type &baseType, Type &resultType, bool &isLiteral, BOOL *pbUseHeap, bool *pIsClassName = NULL, bool isProcedureCallOnly = false );
     253bool TermOpe(
     254             const char *term,
     255             const Type &baseType,
     256             Type &resultType,
     257             bool &isLiteral,
     258             BOOL *pbUseHeap,
     259             bool isWantObject = false,
     260             bool *pIsClassName = NULL,
     261             bool isProcedureCallOnly = false );
    254262bool NumOpe( int *pReg,
    255263           const char *Command,
Note: See TracChangeset for help on using the changeset viewer.