Skip to content

Commit f191d0b

Browse files
authored
Merge pull request #13 from MeteorsLiu/fix-volatitle
fix: volatile symbol not found
2 parents 186aaac + d6bb326 commit f191d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emb/runtime/volatile/volatile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package volatile
1818
import _ "unsafe"
1919

2020
const (
21-
LLGoPackage = "decl"
21+
LLGoPackage = "link"
2222
)
2323

2424
// LoadUint8 loads the volatile value *addr.

0 commit comments

Comments
 (0)