aboutsummaryrefslogtreecommitdiff
path: root/src/x86.h
diff options
context:
space:
mode:
authorGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-04-12 16:48:02 +0100
committerGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-04-12 16:48:49 +0100
commit9d9d9f3826496d08f779936368755e01781a3aac (patch)
tree5916fd8aff13b662f0a95cacf72a733be5b27a0b /src/x86.h
parentac876ed2ef1c12f58b3426ffb3cb9d405428c12c (diff)
downloadsst-9d9d9f3826496d08f779936368755e01781a3aac.tar.gz
sst-9d9d9f3826496d08f779936368755e01781a3aac.zip
Update info in the readme and a few comments
Diffstat (limited to 'src/x86.h')
-rw-r--r--src/x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86.h b/src/x86.h
index 04418d6..92e4ccb 100644
--- a/src/x86.h
+++ b/src/x86.h
@@ -558,7 +558,7 @@ enum {
* Returns the length of an instruction, or -1 if it's a "known unknown" or
* invalid instruction. Doesn't handle unknown unknowns: may explode or hang on
* arbitrary untrusted data. Also doesn't handle, among other things, 3DNow!,
- * SSE, MMX, AVX, and such. Aims to be small and fast rather than comprehensive.
+ * SSE3+, MMX, AVX, and such. Aims to be small and fast, not comprehensive.
*/
int x86_len(const void *insn);