diff options
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r-- | docs/BytecodeFormat.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index e65ee0cba4..4c1f64b30a 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -1492,9 +1492,13 @@ save bytecode space. If not, then a regular constant pool is written.</li> 2=Appending, 3=Internal, 4=LinkOnce, 5=DllImport, 6=DllExport<sup>1</sup></td> </tr> <tr> - <td><a href="#bit">bit(16-31)</a></td> + <td><a href="#bit">bit(16-18)</a></td> <td class="td_left">Visibility style: 0=Default, 1=Hidden.</td> </tr> + <tr> + <td><a href="#bit">bit(19-31)</a></td> + <td class="td_left>Currently unassigned.</td> + </tr> </tbody> </table> |