This fix addresses an ill formed if statement that fails
[gem5.git] / src / cpu / m5legion_interface.h
index 81714f76981f05ff165a261a91d89a07aa1b0e90..373dc5cdcf4425f32176e49aa5b1283c76e75ba7 100644 (file)
@@ -30,7 +30,7 @@
 
 #include <unistd.h>
 
-#define VERSION         0xA1000008
+#define VERSION         0xA1000009
 #define OWN_M5          0x000000AA
 #define OWN_LEGION      0x00000055
 
@@ -61,6 +61,7 @@ typedef struct {
     uint16_t pstate;
 
     uint64_t y;
+    uint64_t fsr;
     uint8_t ccr;
     uint8_t tl;
     uint8_t gl;