diff options
author | 2025-04-12 16:48:02 +0100 | |
---|---|---|
committer | 2025-04-12 16:48:49 +0100 | |
commit | 9d9d9f3826496d08f779936368755e01781a3aac (patch) | |
tree | 5916fd8aff13b662f0a95cacf72a733be5b27a0b /src/x86.c | |
parent | ac876ed2ef1c12f58b3426ffb3cb9d405428c12c (diff) | |
download | sst-9d9d9f3826496d08f779936368755e01781a3aac.tar.gz sst-9d9d9f3826496d08f779936368755e01781a3aac.zip |
Update info in the readme and a few comments
Diffstat (limited to 'src/x86.c')
-rw-r--r-- | src/x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ #include "x86.h" static int mrmsib(const uchar *p, int addrlen) { - // I won't lie: I thought I almost understood this, but after Bill walked me + // I won't lie: I thought I almost understood this, but after bill walked me // through correcting a bunch of wrong cases I now realise that I don't // really understand it at all. If it helps, I used this as a reference: // https://github.com/Nomade040/length-disassembler/blob/e8b34546/ldisasm.cpp#L14 |