Add missing definitions for XAPC constants

Fixes linking errors for these symbols.
This commit is contained in:
sephiroth99 2016-01-20 11:26:35 -05:00
parent 204e885d3d
commit bf910c2d9a
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ DEFINE_bool(ignore_thread_affinities, true,
namespace xe { namespace xe {
namespace kernel { namespace kernel {
const uint32_t XAPC::kSize;
const uint32_t XAPC::kDummyKernelRoutine;
const uint32_t XAPC::kDummyRundownRoutine;
using xe::cpu::ppc::PPCOpcode; using xe::cpu::ppc::PPCOpcode;
uint32_t next_xthread_id_ = 0; uint32_t next_xthread_id_ = 0;