search for: _saved_stack

Displaying 1 result from an estimated 1 matches for "_saved_stack".

Did you mean: saved_stack
2011 Mar 25
1
Another Error For TI C55x C Compiler
...ALLOC_STACK; SAVE_STACK;" this has to do with the not using VAR_ARRAYS nor USE_ALLOCA, in this scenario the #define's for ALLOC_STACK and SAVE_STACK are: #define ALLOC_STACK (global_stack = (global_stack==0) ? celt_alloc_scratch(GLOBAL_STACK_SIZE) : global_stack) #define SAVE_STACK char *_saved_stack = global_stack; so obviously, having the executable of ALLOC_STACK prior to SAVE_STACK won't work. not quite sure how to get around this, any ideas? thanks Bob -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20...