Changeset 91 for trunk/processor
- Timestamp:
- 07/16/2006 06:30:58 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/processor/processor.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r89 r91 465 465 #ifdef ZEND_ENGINE_2 466 466 if (dst->scope) { 467 dst->scope = xc_get_class(processor, ( int) dst->scope);467 dst->scope = xc_get_class(processor, (zend_ulong) dst->scope); 468 468 xc_fix_method(processor, dst); 469 469 } … … 485 485 IFRESTORE(` 486 486 if (dst->scope) { 487 dst->scope = xc_get_class(processor, ( int) dst->scope);487 dst->scope = xc_get_class(processor, (zend_ulong) dst->scope); 488 488 xc_fix_method(processor, dst); 489 489 }

