chiark / gitweb /
Fix excessive escaping properly this time
authorColin Watson <cjwatson@debian.org>
Sun, 8 Mar 2015 22:40:46 +0000 (22:40 +0000)
committerColin Watson <cjwatson@debian.org>
Sun, 8 Mar 2015 22:40:46 +0000 (22:40 +0000)
content/wubi-bug-693671.md

index 8a51885c55f5fbb37cd76e68499905c4fa61fcf4..8914229f93789e5785571dea8ea98bacb37b8066 100644 (file)
@@ -142,7 +142,7 @@ 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`,
+   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`