mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
Fix riscv64 support
This commit is contained in:
parent
186025ac7b
commit
219d12d0a4
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
|||
|
||||
package cpu
|
||||
|
||||
const cacheLineSize = 32
|
||||
const CacheLineSize = 32
|
||||
|
||||
func doinit() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue