Changeset 91 for trunk/processor/processor.m4
- Timestamp:
- 2006-07-16T08:30:58+02:00 (7 years ago)
- File:
-
- 1 edited
-
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 }
Note: See TracChangeset
for help on using the changeset viewer.

