Skip to content

Commit

Permalink
v.parser: fix broken link to riscv-card.pdf (#23343)
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherpepe authored Jan 2, 2025
1 parent 8a681ba commit 80c7e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/parser/parser.v
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
Expand Down

0 comments on commit 80c7e6d

Please sign in to comment.