Skip to content

Commit 63cb8f4

Browse files
authored
docs: 准确用词
1 parent 77b64f9 commit 63cb8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ HookTool.Install();
116116
TargetMethod(); // not hooked
117117
```
118118

119-
此问题在不同的cpu上会有不同的表现。在Install时可以使用extern调用`mfence`的方式保证icache有效性。
119+
此问题在不同的cpu上会有不同的表现。在Install时可以使用`P/Invoke`调用`mfence`的方式保证icache有效性。
120120

121121
### 2.7 Jit code共享(函数体修改副作用)
122122

0 commit comments

Comments
 (0)