From 1c4318331663b152b0b298bd2c9e5c971506a86b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 10 Jun 2023 16:44:19 +0100 Subject: Prune some comments and tidy up other minor things --- src/alias.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/alias.c') diff --git a/src/alias.c b/src/alias.c index e390cd1..c660367 100644 --- a/src/alias.c +++ b/src/alias.c @@ -76,7 +76,6 @@ static bool find_alias_head(con_cmdcb alias_cb) { for (const uchar *p = insns; p - insns < 64;) { // alias command with no args calls ConMsg() then loads the head pointer // that asm looks like: call ; mov , dword ptr [x] - // (we don't care about the exact registers) if (p[0] == X86_MISCMW && (p[1] & 0xF8) == 0xD0 && p[2] == X86_MOVRMW && (p[3] & 0xC7) == 0x05) { _alias_head = mem_loadptr(p + 4); -- cgit v1.2.3-54-g00ecf