summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/pcode.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-09 10:33:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-09 10:33:23 -0600
commit892b3598fffb8e999493cbfa9c8bbf95855b0a48 (patch)
treef94f87286a5624a54d50ab1084016fb24762bd0a /nuttx/binfmt/pcode.c
parentb373fc5405bc34fe4889a67d9a856c9228ae1240 (diff)
downloadpx4-nuttx-892b3598fffb8e999493cbfa9c8bbf95855b0a48.tar.gz
px4-nuttx-892b3598fffb8e999493cbfa9c8bbf95855b0a48.tar.bz2
px4-nuttx-892b3598fffb8e999493cbfa9c8bbf95855b0a48.zip
Make sure apps/examples/pashello still builds; update comments; refresh configurations
Diffstat (limited to 'nuttx/binfmt/pcode.c')
-rw-r--r--nuttx/binfmt/pcode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/binfmt/pcode.c b/nuttx/binfmt/pcode.c
index 3c816b212..261042c8d 100644
--- a/nuttx/binfmt/pcode.c
+++ b/nuttx/binfmt/pcode.c
@@ -236,7 +236,8 @@ static void pcode_onexit(int exitcode, FAR void *arg)
* Description:
* This is the proxy program that runs and starts the P-Code interpreter.
*
- * REVISIT: There are issues here when CONFIG_NUTTX_KERNEL is selected.
+ * REVISIT: There are issues here when CONFIG_NUTTX_KERNEL is selected. Also
+ * This implementation is too highly couple to logic in the apps/ directory.
*
****************************************************************************/