X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fframe.h;h=0ecfaa49297882abb228c93645512a5f233cf1cd;hb=9d38debd0d2b2eaeeeec7f82d7c39e749ac729e5;hp=a17c8efa72ce17c0b7c84cc3bb778847b13b3e71;hpb=2ce39c1d757d9214774af12185522c72727bcdf4;p=bertos.git diff --git a/bertos/cpu/frame.h b/bertos/cpu/frame.h index a17c8efa..0ecfaa49 100644 --- a/bertos/cpu/frame.h +++ b/bertos/cpu/frame.h @@ -160,7 +160,7 @@ * 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); \