@@ -246,9 +246,9 @@ extern void vClearInterruptMask( uint32_t ulMask ) /* __attribute__(( naked )) P
246246 * +-----------+---------------+----------+-----------------+------------------------------+------------+-----+
247247 *
248248 * <-----------><--------------><---------><----------------><-----------------------------><-----------><---->
249- * 16 16 8 8 5 16 1
249+ * 16 17 8 8 5 16 1
250250 */
251- #define MAX_CONTEXT_SIZE 70
251+ #define MAX_CONTEXT_SIZE 71
252252
253253 #elif ( ( configENABLE_TRUSTZONE == 1 ) && ( configENABLE_PAC == 0 ) )
254254
@@ -259,9 +259,9 @@ extern void vClearInterruptMask( uint32_t ulMask ) /* __attribute__(( naked )) P
259259 * +-----------+---------------+----------+-----------------+------------------------------+-----+
260260 *
261261 * <-----------><--------------><---------><----------------><-----------------------------><---->
262- * 16 16 8 8 5 1
262+ * 16 17 8 8 5 1
263263 */
264- #define MAX_CONTEXT_SIZE 54
264+ #define MAX_CONTEXT_SIZE 55
265265
266266 #elif ( ( configENABLE_TRUSTZONE == 0 ) && ( configENABLE_PAC == 1 ) )
267267
@@ -272,9 +272,9 @@ extern void vClearInterruptMask( uint32_t ulMask ) /* __attribute__(( naked )) P
272272 * +-----------+---------------+----------+-----------------+----------------------+------------+-----+
273273 *
274274 * <-----------><--------------><---------><----------------><---------------------><-----------><---->
275- * 16 16 8 8 4 16 1
275+ * 16 17 8 8 4 16 1
276276 */
277- #define MAX_CONTEXT_SIZE 69
277+ #define MAX_CONTEXT_SIZE 70
278278
279279 #else /* if ( ( configENABLE_TRUSTZONE == 1 ) && ( configENABLE_PAC == 1 ) ) */
280280
@@ -285,9 +285,9 @@ extern void vClearInterruptMask( uint32_t ulMask ) /* __attribute__(( naked )) P
285285 * +-----------+---------------+----------+-----------------+----------------------+-----+
286286 *
287287 * <-----------><--------------><---------><----------------><---------------------><---->
288- * 16 16 8 8 4 1
288+ * 16 17 8 8 4 1
289289 */
290- #define MAX_CONTEXT_SIZE 53
290+ #define MAX_CONTEXT_SIZE 54
291291
292292 #endif /* #if ( ( configENABLE_TRUSTZONE == 1 ) && ( configENABLE_PAC == 1 ) ) */
293293
0 commit comments