Commit e9c5dd9
Fix disassembling constant pool
Summary: When the disassembler hits the constant pool, right now it raises an exception. Instead, print out the invalid byte and continue on to avoid crashing the compiler.
Reviewed By: alexmalyshev
Differential Revision: D86229752
fbshipit-source-id: ef0c3e8bf1c4e80a54a468db69e576454c6b33001 parent aba77a0 commit e9c5dd9
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
0 commit comments