diff options
author | Bunnaroath Sou <35707615+bsousi5@users.noreply.github.com> | 2019-03-22 11:03:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-22 11:03:01 -0700 |
commit | aeb8cfb4769080b1b3ce5cf0af8be67a9087ece7 (patch) | |
tree | 8879e2b142e86e55d6f60c393f218d1e87fc9cf6 /bsp/coreip-e20-rtl | |
parent | 12355e0034f6b46c1026acde8dfacc423d3864f2 (diff) | |
parent | a9f41bbbb4cbdc1f7bd732effc772fc156c9bc97 (diff) |
Merge pull request #212 from sifive/floating-pt
Pickup floating point support from freedom-metal
Diffstat (limited to 'bsp/coreip-e20-rtl')
-rw-r--r-- | bsp/coreip-e20-rtl/metal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bsp/coreip-e20-rtl/metal.h b/bsp/coreip-e20-rtl/metal.h index 4e03f92..aa513d9 100644 --- a/bsp/coreip-e20-rtl/metal.h +++ b/bsp/coreip-e20-rtl/metal.h @@ -5,6 +5,9 @@ #ifdef __METAL_MACHINE_MACROS +#ifndef __METAL_PLIC_SUBINTERRUPTS +#define __METAL_PLIC_SUBINTERRUPTS 0 +#endif #define __METAL_CLIC_SUBINTERRUPTS 48 #ifndef __METAL_CLIC_SUBINTERRUPTS |