CPU_PUSH_CALL_FRAME: Typo in DSP56k version.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 11 Aug 2008 10:45:05 +0000 (10:45 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 11 Aug 2008 10:45:05 +0000 (10:45 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1622 38d2e660-2303-0410-9eaa-f027e97ec537

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); \