Linux header fixes
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#include "xenia/cpu/ppc/ppc_frontend.h"
|
||||
#include "xenia/cpu/ppc/ppc_hir_builder.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
namespace xe {
|
||||
namespace cpu {
|
||||
namespace ppc {
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
#include "xenia/cpu/ppc/ppc_context.h"
|
||||
#include "xenia/cpu/ppc/ppc_hir_builder.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
namespace xe {
|
||||
namespace cpu {
|
||||
namespace ppc {
|
||||
@@ -349,7 +351,7 @@ int InstrEmit_mtfsfx(PPCHIRBuilder& f, const InstrData& i) {
|
||||
// i.XFL.W;
|
||||
// i.XFL.FM;
|
||||
f.StoreFPSCR(
|
||||
f.Truncate(f.Cast(f.LoadFPR(i.XFL.RB), INT64_TYPE), INT32_TYPE));
|
||||
f.Truncate(f.Cast(f.LoadFPR(i.XFL.RB), INT64_TYPE), INT32_TYPE));
|
||||
}
|
||||
if (i.XFL.Rc) {
|
||||
f.CopyFPSCRToCR1();
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
#include "xenia/cpu/ppc/ppc_context.h"
|
||||
#include "xenia/cpu/ppc/ppc_hir_builder.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
namespace xe {
|
||||
namespace cpu {
|
||||
namespace ppc {
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include "xenia/cpu/ppc/ppc_hir_builder.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "xenia/base/byte_order.h"
|
||||
#include "xenia/base/logging.h"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
// This code was autogenerated by tools/ppc-table-gen.py. Do not modify!
|
||||
// This code was autogenerated by ./tools/ppc-table-gen. Do not modify!
|
||||
// clang-format off
|
||||
#ifndef XENIA_CPU_PPC_PPC_OPCODE_H_
|
||||
#define XENIA_CPU_PPC_PPC_OPCODE_H_
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace xe {
|
||||
namespace cpu {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// This code was autogenerated by tools/ppc-table-gen.py. Do not modify!
|
||||
// This code was autogenerated by ./tools/ppc-table-gen. Do not modify!
|
||||
// clang-format off
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "xenia/base/assert.h"
|
||||
#include "xenia/cpu/ppc/ppc_decode_data.h"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// This code was autogenerated by tools/ppc-table-gen.py. Do not modify!
|
||||
// This code was autogenerated by ./tools/ppc-table-gen. Do not modify!
|
||||
// clang-format off
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "xenia/base/assert.h"
|
||||
#include "xenia/cpu/ppc/ppc_opcode.h"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// This code was autogenerated by tools/ppc-table-gen.py. Do not modify!
|
||||
// This code was autogenerated by ./tools/ppc-table-gen. Do not modify!
|
||||
// clang-format off
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "xenia/base/assert.h"
|
||||
#include "xenia/cpu/ppc/ppc_opcode.h"
|
||||
|
||||
Reference in New Issue
Block a user