Update README.md

This commit is contained in:
IcyFenix 2020-10-30 14:06:38 +08:00 committed by GitHub
parent 37dd6a9fd8
commit 9b03f562b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,9 @@
- **Page 317**本例中为一项【CONSTANT_InterfaceMethodref_info】常量
<br>更正本例中为一项【CONSTANT_Methodref_info】常量
- **Page 331**图8-6 执行偏移地址为【1】的指令的情况
<br>更正图8-6 执行偏移地址为【2】的指令的情况
- **Page 385**代码清单10-18 第13行需修改方法名称以符合输出结果
<br>`protected void BADLY_NAMED_CODE()` { 修改为 `protected void Test() {`