summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h b/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h
index 12307948be..afdca20eb0 100644
--- a/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h
+++ b/c/src/lib/libbsp/powerpc/score603e/vme/VMEConfig.h
@@ -90,9 +90,9 @@
extern int BSP_VMEInit();
extern int BSP_VMEIrqMgrInstall();
-#define BSP_VME_UNIVERSE_INSTALL_IRQ_MGR \
+#define BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) \
do { \
- vmeUniverseInstallIrqMgr(0,5,1,6); \
+ err = vmeUniverseInstallIrqMgr(0,5,1,6); \
} while (0)
#endif