From 835471af1d3cb4c7131ce8c8156e61a4b9dd99eb Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 18 Aug 2020 00:54:28 +0200 Subject: [PATCH] add fcn com_optran(wordlist* wl) to enable compiling ngnutmeg --- src/main.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main.c b/src/main.c index 72bbfff2c..5783e204d 100644 --- a/src/main.c +++ b/src/main.c @@ -386,6 +386,11 @@ spice_destroy_devices(void) { } + +void com_optran(wordlist* wl) { + NG_IGNORE(wl); +} + #endif /* SIMULATOR */ #ifndef SIMULATOR