@@ -251,9 +251,9 @@ extern void vClearInterruptMask( uint32_t ulMask ) /* __attribute__(( naked )) P
251251 * +-----------+---------------+----------+-----------------+------------------------------+------------+-----+
252252 *
253253 * <-----------><--------------><---------><----------------><-----------------------------><-----------><---->
254- * 16 16 8 8 5 16 1
254+ * 16 17 8 8 5 16 1
255255 */
256- #define MAX_CONTEXT_SIZE 70
256+ #define MAX_CONTEXT_SIZE 71
257257
258258 #elif ( ( configENABLE_TRUSTZONE == 1 ) && ( configENABLE_PAC == 0 ) )
259259
@@ -264,9 +264,9 @@ extern void vClearInterruptMask( uint32_t ulMask ) /* __attribute__(( naked )) P
264264 * +-----------+---------------+----------+-----------------+------------------------------+-----+
265265 *
266266 * <-----------><--------------><---------><----------------><-----------------------------><---->
267- * 16 16 8 8 5 1
267+ * 16 17 8 8 5 1
268268 */
269- #define MAX_CONTEXT_SIZE 54
269+ #define MAX_CONTEXT_SIZE 55
270270
271271 #elif ( ( configENABLE_TRUSTZONE == 0 ) && ( configENABLE_PAC == 1 ) )
272272
@@ -277,9 +277,9 @@ extern void vClearInterruptMask( uint32_t ulMask ) /* __attribute__(( naked )) P
277277 * +-----------+---------------+----------+-----------------+----------------------+------------+-----+
278278 *
279279 * <-----------><--------------><---------><----------------><---------------------><-----------><---->
280- * 16 16 8 8 4 16 1
280+ * 16 17 8 8 4 16 1
281281 */
282- #define MAX_CONTEXT_SIZE 69
282+ #define MAX_CONTEXT_SIZE 70
283283
284284 #else /* if ( ( configENABLE_TRUSTZONE == 1 ) && ( configENABLE_PAC == 1 ) ) */
285285
@@ -290,9 +290,9 @@ extern void vClearInterruptMask( uint32_t ulMask ) /* __attribute__(( naked )) P
290290 * +-----------+---------------+----------+-----------------+----------------------+-----+
291291 *
292292 * <-----------><--------------><---------><----------------><---------------------><---->
293- * 16 16 8 8 4 1
293+ * 16 17 8 8 4 1
294294 */
295- #define MAX_CONTEXT_SIZE 53
295+ #define MAX_CONTEXT_SIZE 54
296296
297297 #endif /* #if ( ( configENABLE_TRUSTZONE == 1 ) && ( configENABLE_PAC == 1 ) ) */
298298
0 commit comments