Platform: Fix build error on musca_b1/secure_enclave

Signed-off-by: Sherry Zhang <sherry.zhang2@arm.com>
Change-Id: Ie7e9644a6cf31e9c25861aac9205728dfbf40cd6
diff --git a/platform/ext/target/arm/musca_b1/secure_enclave/partition/region_defs.h b/platform/ext/target/arm/musca_b1/secure_enclave/partition/region_defs.h
index 6e3d0de..91fa58f 100644
--- a/platform/ext/target/arm/musca_b1/secure_enclave/partition/region_defs.h
+++ b/platform/ext/target/arm/musca_b1/secure_enclave/partition/region_defs.h
@@ -79,6 +79,9 @@
 #define S_DATA_LIMIT            (S_DATA_START + S_DATA_SIZE - 1)
 #define S_DATA_PRIV_START       (S_DATA_START + S_UNPRIV_DATA_SIZE)
 
+/* Size of vector table: 47 interrupt handlers + 4 bytes MPS initial value */
+#define S_CODE_VECTOR_TABLE_SIZE    (0xC0)
+
 /* Shared data area between bootloader and runtime firmware.
  * Shared data area is allocated at the beginning of the privileged data area,
  * it is overlapping with TF-M Secure code's MSP stack