mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:57:35 +00:00
LibX86: Convert register names to StringViews
This commit is contained in:
parent
a3eeeaa6a1
commit
a4c251f858
2 changed files with 27 additions and 27 deletions
|
@ -566,9 +566,9 @@ private:
|
|||
|
||||
void to_string_internal(StringBuilder&, u32 origin, SymbolProvider const*, bool x32) const;
|
||||
|
||||
char const* reg8_name() const;
|
||||
char const* reg16_name() const;
|
||||
char const* reg32_name() const;
|
||||
StringView reg8_name() const;
|
||||
StringView reg16_name() const;
|
||||
StringView reg32_name() const;
|
||||
|
||||
InstructionDescriptor* m_descriptor { nullptr };
|
||||
mutable MemoryOrRegisterReference m_modrm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue