Changeset 339 in dev for trunk/abdev/BasicCompiler32/Compile_Func.cpp
- Timestamp:
- Oct 3, 2007, 3:42:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Func.cpp
r338 r339 363 363 compiler.codeGenerator.op_call( subs[0] ); 364 364 } 365 void Opcode_Func_AddressOf( const char *name, const Type &baseType, bool isCallOn, Type &resultType ){ 365 void Opcode_Func_AddressOf( const char *name, const Type &baseType, bool isCallOn, Type &resultType ) 366 { 366 367 extern int cp; 367 368 const UserProc *pUserProc;
Note:
See TracChangeset
for help on using the changeset viewer.