summaryrefslogtreecommitdiffstats
path: root/src/v0/pa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/v0/pa.c')
-rw-r--r--src/v0/pa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v0/pa.c b/src/v0/pa.c
index c94bbd6..021d410 100644
--- a/src/v0/pa.c
+++ b/src/v0/pa.c
@@ -2979,7 +2979,7 @@ paReturn_t Pa_addIp2 (Pa_Handle iHandle,
2979 if (params->validBitMap & pa_PARAM_VALID_CTRLBITMAP) { 2979 if (params->validBitMap & pa_PARAM_VALID_CTRLBITMAP) {
2980 /* Check if replace command is set */ 2980 /* Check if replace command is set */
2981 if (params->ctrlBitMap & pa_PARAM_CTRL_REPLACE) { 2981 if (params->ctrlBitMap & pa_PARAM_CTRL_REPLACE) {
2982 paL3Entry_t *l3EntryRep = (paL3Entry_t *) *retHandle; 2982 paL3Entry_t *l3EntryRep = (paL3Entry_t *) pa_CONV_OFFSET_TO_BASE(paLObj.cfg.instPoolBaseAddr, *retHandle);
2983 /* If the replace index entry provided is not active, 2983 /* If the replace index entry provided is not active,
2984 * flag the error to application 2984 * flag the error to application
2985 * Also, The replace index requested can not be 2985 * Also, The replace index requested can not be