diff options
| author | Xusheng <xusheng@vector35.com> | 2020-07-28 01:14:35 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2020-07-30 17:29:04 +0800 |
| commit | bf044d705670433883caa406a111a91fd9f94f9d (patch) | |
| tree | 564398c94d8b4a2c91dbef765a6d560a3a24e187 /docs/dev | |
| parent | ca7d52c8740c78b517b06fc99874136cb3688bb2 (diff) | |
add support for display as float/double
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/bnil-mlil.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/dev/bnil-mlil.md b/docs/dev/bnil-mlil.md index 545d72df..28d2b221 100644 --- a/docs/dev/bnil-mlil.md +++ b/docs/dev/bnil-mlil.md @@ -141,7 +141,9 @@ enum IntegerDisplayType SignedHexadecimalDisplayType, UnsignedHexadecimalDisplayType, CharacterConstantDisplayType, - PointerDisplayType + PointerDisplayType, + FloatDisplayType, + DoubleDisplayType }; ``` |
