We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76449ee commit 0c1de69Copy full SHA for 0c1de69
src/device/riscv/riscv.go
@@ -10,7 +10,7 @@ func Asm(asm string)
10
// recognizes template values in the form {name}, like so:
11
//
12
// arm.AsmFull(
13
-// "str {value}, [{result}]",
+// "st {value}, [{result}]",
14
// map[string]interface{}{
15
// "value": 1,
16
// "result": uintptr(unsafe.Pointer(&dest)),
0 commit comments