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
@@ -47,7 +47,7 @@
#include <errno.h>
#include <debug.h>
#include <apps/interpreters/prun.h>
#include <apps/prun.h>
#include <nuttx/kmalloc.h>
#include <nuttx/poff.h>