]> Git Repo - qemu.git/commit
disas/microblaze: Remove unused REG_SP macro
authorRichard Henderson <[email protected]>
Fri, 30 Nov 2018 00:49:54 +0000 (16:49 -0800)
committerRichard Henderson <[email protected]>
Tue, 25 Dec 2018 19:40:02 +0000 (06:40 +1100)
commit11cee55f18a02637945f12718237506abb8073b2
tree7b4feb5b63c353937a54bf307e976f07aaf3b069
parentc4f8054381348385529dc4a5928bbf2226144040
disas/microblaze: Remove unused REG_SP macro

This causes a build error with debian sid, riscv64 host:

disas/microblaze.c:179: error: "REG_SP" redefined [-Werror]
 #define REG_SP  1 /* stack pointer */

In file included from /usr/include/signal.h:306,
                 from include/qemu/osdep.h:101,
                 from disas/microblaze.c:36:
/usr/include/riscv64-linux-gnu/sys/ucontext.h:36: note: this is the location of the previous definition
 # define REG_SP 2

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
disas/microblaze.c
This page took 0.025148 seconds and 4 git commands to generate.