1
0
mirror of https://github.com/simh/simh.git synced 2026-01-30 21:32:27 +00:00

SCP: Add command argument passed into library unit test routines

This commit is contained in:
Mark Pizzolato
2022-02-07 04:21:16 -08:00
parent 9f3bd71e66
commit a4054f33b8
11 changed files with 16 additions and 16 deletions

View File

@@ -4472,7 +4472,7 @@ return (errors == 0) ? SCPE_OK : SCPE_IERR;
#include <setjmp.h>
t_stat sim_ether_test (DEVICE *dptr)
t_stat sim_ether_test (DEVICE *dptr, const char *cptr)
{
t_stat stat = SCPE_OK;
SIM_TEST_INIT;