mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces.
This commit is contained in:
@@ -72,6 +72,7 @@ static struct binfmt_s g_builtin_binfmt =
|
||||
{
|
||||
NULL, /* next */
|
||||
builtin_loadbinary, /* load */
|
||||
NULL, /* unload */
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user