mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-22 02:01:39 +00:00
PowerPC: Remove PC macro.
This commit is contained in:
parent
82f3170876
commit
be8d0b76ca
30 changed files with 151 additions and 127 deletions
|
@ -6,9 +6,6 @@
|
|||
#include <sstream>
|
||||
|
||||
#if defined(HAVE_LLVM)
|
||||
// PowerPC.h defines PC.
|
||||
// This conflicts with a function that has an argument named PC
|
||||
#undef PC
|
||||
#include <fmt/format.h>
|
||||
#include <llvm-c/Disassembler.h>
|
||||
#include <llvm-c/Target.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue