update SVSTATE to 64 bit length (fortunately very easy)
[soc.git] / src / soc / fu / trap / trap_input_record.py
index 4d3d66e8d8980af2ea55b6a32ae7b80d90ba0aba..521ab590be1461051ea4ae9f4b265d00cd54ec82 100644 (file)
@@ -16,7 +16,7 @@ class CompTrapOpSubset(CompOpSubsetBase):
                   ('insn', 32),
                   ('msr', 64),     # from core.state
                   ('cia', 64),     # likewise
-                  ('svstate', 32), # likewise
+                  ('svstate', 64), # likewise
                   ('is_32bit', 1),
                   ('traptype', TT.size), # see trap main_stage.py, PowerDecoder2
                   ('trapaddr', 13),