Changeset 676 in dev for trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp
- Timestamp:
- Jun 29, 2008, 3:20:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp
r673 r676 850 850 851 851 if(idCalc){ 852 if(type_stack[sp-2]==DEF_OBJECT){ 852 if( sp>=2 && type_stack[sp-2]==DEF_OBJECT ) 853 { 853 854 if( idCalc == CALC_AS 854 855 && type_stack[sp-1] == ( DEF_OBJECT | FLAG_CAST )
Note:
See TracChangeset
for help on using the changeset viewer.