Replace non-breaking spaces with normal spaces (#130116)

Using normal spaces in place of non-breaking spaces.
This commit is contained in:
AN Long 2025-02-16 10:33:14 +09:00 committed by GitHub
parent a7d41a8947
commit 798f8d3ea9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 14 additions and 14 deletions

View file

@ -105,7 +105,7 @@ snippet decode a complete instruction:
For various reasons we'll get to later (mostly efficiency, given that `EXTENDED_ARG`
is rare) the actual code is different.
## Jumps
## Jumps
Note that when the `switch` statement is reached, `next_instr` (the "instruction offset")
already points to the next instruction.