From f92ea86b5d9ae6b01a4869095e5eb84f6c89874d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 8 Mar 2015 21:52:36 +0000 Subject: [PATCH] Fix excessive escaping --- content/wubi-bug-693671.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/wubi-bug-693671.md b/content/wubi-bug-693671.md index 0101d6be..8a51885c 100644 --- a/content/wubi-bug-693671.md +++ b/content/wubi-bug-693671.md @@ -142,8 +142,8 @@ here were: `set architecture i386` to switch back). * GDB prints addresses relative to the current segment base, but if you want to enter an address then you need to calculate a linear address - yourself. For example, breakpoints must be set at `(CS << 4) + - IP`, rather than just at `IP`. + yourself. For example, breakpoints must be set at `(CS && 4) + IP`, + rather than just at `IP`. Single-stepping showed that GRLDR was loading the entirety of `wubildr` correctly and jumping to it. The first instruction it jumped to wasn't in -- 2.30.2