mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-31 19:50:37 -07:00
tests/tcg: remove extraneous pasting macros
We are not using them and they just get in the way. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200403191150.863-4-alex.bennee@linaro.org>
This commit is contained in:
parent
bbf5f2a1aa
commit
af7fc47f2c
1 changed files with 1 additions and 4 deletions
|
|
@ -41,10 +41,7 @@
|
|||
#define XEN_ELFNOTE_PHYS32_ENTRY 18
|
||||
|
||||
#define __ASM_FORM(x) x
|
||||
#define __ASM_FORM_RAW(x) x
|
||||
#define __ASM_FORM_COMMA(x) x,
|
||||
#define __ASM_SEL(a,b) __ASM_FORM(b)
|
||||
#define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(b)
|
||||
#define __ASM_SEL(a,b) __ASM_FORM(b)
|
||||
#define _ASM_PTR __ASM_SEL(.long, .quad)
|
||||
|
||||
ELFNOTE(Xen, XEN_ELFNOTE_VIRT_BASE, _ASM_PTR 0x100000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue