Use uppercase for the global riscv.ISA constant.

This commit is contained in:
Jakob Stoklund Olesen
2016-11-11 11:17:40 -08:00
parent 5e4602efb4
commit 581294dafe
4 changed files with 8 additions and 8 deletions

View File

@@ -29,4 +29,4 @@ from . import defs
from . import encodings, settings # noqa
# Re-export the primary target ISA definition.
isa = defs.isa.finish()
ISA = defs.ISA.finish()