From 1dab348088655d41be46a1fa33f0e28c0695f86e Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 4 Oct 2018 19:12:56 -0700 Subject: Add the ability for a CPU definition to reference arbitrary C includes and use it to add a placeholder definition of svp_read_16 --- svp_util.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 svp_util.c (limited to 'svp_util.c') 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; +} -- cgit v1.2.3