diff --git a/.build_number b/.build_number index 2973cf2d5..7b222bc4f 100644 --- a/.build_number +++ b/.build_number @@ -1 +1 @@ -1592 +1593 diff --git a/doc/extract_doc.py b/doc/extract_doc.py index 3346c5d94..37118a0ec 100644 --- a/doc/extract_doc.py +++ b/doc/extract_doc.py @@ -68,7 +68,7 @@ for line in f.readlines(): if line.startswith("REG_SPEC") or line.startswith("SYS_REG_SPEC"): args = line[line.find("(") + 1: line.find(")")].split(", ") - rv64_regs.append(args[0]) + rv64_regs.append(args[1]) with open(os.path.join(BUILD_DIR, "rv64_reg"), "w") as out: out.write('