]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - src/rm.c
Fixed UNSPECIFIED alloc exclusion review feedback
[keystone-rtos/rm-lld.git] / src / rm.c
index b6ba7aaf5eb4134942c384d677ef825ea63b030d..6caf08b85a7abbfffbf3dad0d7b9e353aa468853 100644 (file)
--- a/src/rm.c
+++ b/src/rm.c
@@ -460,7 +460,7 @@ static void staticAllocationHandler(Rm_Handle rmHandle,
             } else {
                 privCheckCfg.type = Rm_policyCheck_USE;
             }
-            privCheckCfg.neg            = RM_FALSE;
+            privCheckCfg.negCheck       = RM_FALSE;
             privCheckCfg.validInstNode  = rmPolicyGetValidInstNode(rmHandle,
                                                               rmInst->instName);
             privCheckCfg.polTree        = allocNode->policyRoot;