diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-10-04 19:12:56 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-10-04 19:12:56 -0700 |
commit | 1dab348088655d41be46a1fa33f0e28c0695f86e (patch) | |
tree | 56a6bc25f57245591aba72e81086573cc23a00e1 /svp_util.c | |
parent | 701c5fddc2d25d8d370995ac7fec6762b6aeaed4 (diff) |
Add the ability for a CPU definition to reference arbitrary C includes and use it to add a placeholder definition of svp_read_16
Diffstat (limited to 'svp_util.c')
-rw-r--r-- | svp_util.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/svp_util.c b/svp_util.c new file mode 100644 index 0000000..362646f --- /dev/null +++ b/svp_util.c @@ -0,0 +1,5 @@ + +void svp_read_16(svp_context *context) +{ + context->internal[0] = 0; +} |