Move P-Code execution logic from interpreters/prun to system/prun

This commit is contained in:
Gregory Nutt
2014-05-09 11:09:43 -06:00
parent 415500c6d9
commit a3e2598d90
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ endif
config PCODE
bool "Support P-Code Applications"
default n
depends on INTERPRETERS_PCODE && INTERPRETERS_PRUN && (!NUTTX_KERNEL || EXPERIMENTAL)
depends on INTERPRETERS_PCODE && SYSTEM_PRUN && (!NUTTX_KERNEL || EXPERIMENTAL)
---help---
Enable support for interpreted P-Code binaries. P-Code binaries are
generated by the NuttX Pascal compiler.