CPU_PUSH_CALL_FRAME: Typo in DSP56k version.
[bertos.git] / bertos / cpu / frame.h
index a17c8efa72ce17c0b7c84cc3bb778847b13b3e71..0ecfaa49297882abb228c93645512a5f233cf1cd 100644 (file)
         * RTS discards SR while returning (it does not restore it). So we push
         * 0 to fake the same context.
         */
-       #define CPU_PUSH_CALL_FRMAE(sp, func) \
+       #define CPU_PUSH_CALL_FRAME(sp, func) \
                do { \
                        CPU_PUSH_WORD((sp), (func)); \
                        CPU_PUSH_WORD((sp), 0x100); \