diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:09:23 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:09:23 +0000 |
| commit | f73363f1dd94996356cefbf24388f561891acf0b (patch) | |
| tree | e3c31248bdb36eaec5fd833490d4278162dba2a0 /source/Core/Opcode.cpp | |
| parent | 160ee69dd7ae18978f4068116777639ea98dc951 (diff) | |
Notes
Diffstat (limited to 'source/Core/Opcode.cpp')
| -rw-r--r-- | source/Core/Opcode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Core/Opcode.cpp b/source/Core/Opcode.cpp index b4e691c1ddcd..d15fdb3b17be 100644 --- a/source/Core/Opcode.cpp +++ b/source/Core/Opcode.cpp @@ -52,8 +52,8 @@ int Opcode::Dump(Stream *s, uint32_t min_byte_width) { break; } - // Add spaces to make sure bytes dispay comes out even in case opcodes - // aren't all the same size + // Add spaces to make sure bytes dispay comes out even in case opcodes aren't + // all the same size if (static_cast<uint32_t>(bytes_written) < min_byte_width) bytes_written = s->Printf("%*s", min_byte_width - bytes_written, ""); return bytes_written; |
