base/regdump.h: Pass cooked register index to `REGDEF_GPX86_COMMON'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 29 Oct 2019 18:38:27 +0000 (18:38 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:57:33 +0000 (20:57 +0100)
I want to define `BP' and `SP' as macros, but they'll expand in the
calls to `REGDEF_GPX86_COMMON', which will break things.  They don't
expand directly in the body of `REGDEF_GPX86_XP' because `##' inhibits
this.  Alas, this means we have to do this token-gluing in the interface
macros rather than the common core.


No differences found