Bad comment delimiter

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@725 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-03-08 17:25:44 +00:00
parent dd90e2f273
commit b1b50a6bad

View File

@ -237,7 +237,7 @@ endif
ENTER : MACRO val
pushx rp /* Save the current RP value in the stack */
srp #%f0 /* Load the interrupt register pointer */
ld r0, #val /* Pass the new value in r0
ld r0, #val /* Pass the new value in r0 */
jr _z8_common_handler /* The rest of the handling is common */
ENDMAC ENTER