PowerPC: Remove PC macro.

This commit is contained in:
Admiral H. Curtiss 2023-01-09 21:49:50 +01:00
parent 82f3170876
commit be8d0b76ca
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
30 changed files with 151 additions and 127 deletions

View file

@ -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>