v.parser: fix broken link to riscv-card.pdf (#23343)

This commit is contained in:
Cypher Pepe 2025-01-02 15:32:47 +03:00 committed by GitHub
parent 8a681bae6d
commit 80c7e6da9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1303,7 +1303,7 @@ fn (mut p Parser) asm_stmt(is_top_level bool) ast.AsmStmt {
}
mut local_labels := []string{}
// riscv: https://github.com/jameslzhu/riscv-card/blob/master/riscv-card.pdf
// riscv: https://github.com/jameslzhu/riscv-card/releases/download/latest/riscv-card.pdf
// x86: https://www.felixcloutier.com/x86/
// arm: https://developer.arm.com/documentation/dui0068/b/arm-instruction-reference
mut templates := []ast.AsmTemplate{}