diff options
Diffstat (limited to 'tcg/ppc/tcg-target.h')
-rw-r--r-- | tcg/ppc/tcg-target.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc/tcg-target.h index dd032f286..b4f081876 100644 --- a/tcg/ppc/tcg-target.h +++ b/tcg/ppc/tcg-target.h @@ -21,9 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ - -#ifndef PPC_TCG_TARGET_H -#define PPC_TCG_TARGET_H +#ifndef TCG_TARGET_PPC64 +#define TCG_TARGET_PPC64 1 #ifdef _ARCH_PPC64 # define TCG_TARGET_REG_BITS 64 |