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

Register Variable

hi
i want to migrate from arm compiler 5 to 6

compiler 5 uses for following local variable a register (e.g. r0) register unsigned long len;

compiler 6 does not
why?
which keyword should i use therefore