add fcn com_optran(wordlist* wl) to enable compiling ngnutmeg

This commit is contained in:
Holger Vogt 2020-08-18 00:54:28 +02:00
parent 2bf743a07b
commit 835471af1d
1 changed files with 5 additions and 0 deletions

View File

@ -386,6 +386,11 @@ spice_destroy_devices(void)
{
}
void com_optran(wordlist* wl) {
NG_IGNORE(wl);
}
#endif /* SIMULATOR */
#ifndef SIMULATOR