This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can __global_reg() declaration work?

In C program,I had wroten a declaration like this:
__global_reg(4) int Reg_R7;
I wish r7 register be reserved,but it dose not work: r7 register still be used by compiler in orther work.
How can I do?
Thank a lot!