Changeset 5761:8b1fe18354e2 in roaraudio


Ignore:
Timestamp:
11/20/12 17:09:58 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

do better context handling on calling FN regs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/roardl.c

    r5688 r5761  
    641641 } 
    642642 
     643 roar_dl_context_restore(lhandle); 
     644 
    643645 old_init = __currently_inited; 
    644646 old_fn   = __currently_inited_fn; 
     
    652654 __currently_inited = old_init; 
    653655 
     656 roar_dl_context_store(lhandle); 
    654657 
    655658 if ( lib->global_data_pointer != NULL ) { 
Note: See TracChangeset for help on using the changeset viewer.