chiark / gitweb /
Fix excessive escaping
authorColin Watson <cjwatson@debian.org>
Sun, 8 Mar 2015 21:52:36 +0000 (21:52 +0000)
committerColin Watson <cjwatson@debian.org>
Sun, 8 Mar 2015 21:52:36 +0000 (21:52 +0000)
content/wubi-bug-693671.md

index 0101d6be008a6665cd21219034ad34db4ea5f7b2..8a51885c55f5fbb37cd76e68499905c4fa61fcf4 100644 (file)
@@ -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 &lt;&lt; 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