changeset 238:8f16e0663737

create_RVtasks.c: start FCBM
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 May 2021 04:36:25 +0000
parents 8d5373b24f5f
children 305d3bb691a5
files src/cs/system/main/create_RVtasks.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/cs/system/main/create_RVtasks.c	Sun May 02 04:34:12 2021 +0000
+++ b/src/cs/system/main/create_RVtasks.c	Sun May 02 04:36:25 2021 +0000
@@ -563,6 +563,12 @@
     /* initialize sample JPEG SWE */
     rv_start_swe_and_check (JPEG_USE_ID, "JPEG");
 #endif
+
+#ifdef RVM_FCBM_SWE
+    /* initialize FCBM SWE */
+    rv_start_swe_and_check (FCBM_USE_ID, "FCBM");
+#endif
+
 #endif
 // WARNING WARNING ----------------------------------------------------
 // Do not perform any SWE initialization after this line !