Skip to content

Commit 0c1de69

Browse files
luoliwoshangaykevl
andauthored
Update src/device/riscv/riscv.go
Co-authored-by: Ayke <[email protected]>
1 parent 76449ee commit 0c1de69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device/riscv/riscv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ func Asm(asm string)
1010
// recognizes template values in the form {name}, like so:
1111
//
1212
// arm.AsmFull(
13-
// "str {value}, [{result}]",
13+
// "st {value}, [{result}]",
1414
// map[string]interface{}{
1515
// "value": 1,
1616
// "result": uintptr(unsafe.Pointer(&dest)),

0 commit comments

Comments
 (0)