add fcn com_optran(wordlist* wl) to enable compiling ngnutmeg
This commit is contained in:
parent
2bf743a07b
commit
835471af1d
|
|
@ -386,6 +386,11 @@ spice_destroy_devices(void)
|
|||
{
|
||||
}
|
||||
|
||||
|
||||
void com_optran(wordlist* wl) {
|
||||
NG_IGNORE(wl);
|
||||
}
|
||||
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
#ifndef SIMULATOR
|
||||
|
|
|
|||
Loading…
Reference in New Issue