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 d76280afba
commit 856b8c99aa
4 changed files with 8 additions and 8 deletions

View File

@@ -16,4 +16,4 @@ def all_isas():
Get a list of all the supported target ISAs. Each target ISA is represented
as a :py:class:`cretonne.TargetISA` instance.
"""
return [riscv.isa]
return [riscv.ISA]