diff --git a/src/libCom/osi/devLib.c b/src/libCom/osi/devLib.c index a0d88945f..e5cd1d000 100644 --- a/src/libCom/osi/devLib.c +++ b/src/libCom/osi/devLib.c @@ -549,7 +549,7 @@ long devAllocAddress( epicsAddressType addrType, size_t size, unsigned alignment, /* n ls bits zero in base addr*/ - volatile void **pLocalAddress) + volatile void ** pLocalAddress ) { int s; rangeItem *pRange; @@ -596,7 +596,7 @@ long devAllocAddress( } s = devInstallAddr (pRange, pOwnerName, addrType, base, - size, NULL); + size, pLocalAddress); return s; }