Added direct memory access

This commit is contained in:
2019-11-23 16:47:16 +01:00
parent 22bb974a05
commit 1148682324
14 changed files with 329 additions and 92 deletions

View File

@@ -16,4 +16,12 @@ namespace Execute
{
};
namespace Internal
{
struct BadValueType : RuntimeError
{
};
}
}