Changeset 635 for abuse/trunk/src/cache.cpp
- Timestamp:
- May 11, 2011, 1:26:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/cache.cpp
r555 r635 382 382 if (cache_fun) 383 383 { 384 int sp=current_space;385 current_space=PERM_SPACE;384 LSpace *sp = LSpace::Current; 385 LSpace::Current = &LSpace::Perm; 386 386 387 387 void *call_with=NULL; … … 419 419 } 420 420 } 421 current_space=sp;421 LSpace::Current=sp; 422 422 423 423 }
Note: See TracChangeset
for help on using the changeset viewer.