Skip to content

Commit

Permalink
Use fix-width type for MachRegister format (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 692a80f commit 64a7253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/common/developer/registers/MachRegister.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ MachRegister.h

Creates an empty, invalid register.

.. cpp:function:: explicit MachRegister(signed int r)
.. cpp:function:: explicit MachRegister(signed int r, std::string n)
.. cpp:function:: explicit MachRegister(int32_t r)
.. cpp:function:: explicit MachRegister(int32_t r, std::string n)


.. _`sec-dev:MachRegister-DWARF-encodings`:
Expand Down

0 comments on commit 64a7253

Please sign in to comment.