|
Description
|
gcc doesn't understand the inline assembly format used by
Studio, so we need to implement the same functions in the
gcc format. The minimum required functions are:
doflush
sync_instruction_memory (for boot only)
threadp
caller
callee
Note that threadp could be implemented as
extern register struct _kthread_t *threadp __asm__("g7");
However, the assembler doesn't like this.
|