Fix for VxWorks 5.5 compiler

This commit is contained in:
Andrew Johnson
2016-04-28 23:28:39 -05:00
parent 2acde8bac7
commit 496414c88c
+1 -1
View File
@@ -28,8 +28,8 @@
void iocshRegisterCommon(void)
{
iocshPpdbbase = &pdbbase;
const char *targetArch = envGetConfigParamPtr(&EPICS_BUILD_TARGET_ARCH);
iocshPpdbbase = &pdbbase;
/* This uses a config param so the user can override it */
if (targetArch) {