Add missing definitions for XAPC constants
Fixes linking errors for these symbols.
This commit is contained in:
parent
204e885d3d
commit
bf910c2d9a
|
@ -36,6 +36,10 @@ DEFINE_bool(ignore_thread_affinities, true,
|
|||
namespace xe {
|
||||
namespace kernel {
|
||||
|
||||
const uint32_t XAPC::kSize;
|
||||
const uint32_t XAPC::kDummyKernelRoutine;
|
||||
const uint32_t XAPC::kDummyRundownRoutine;
|
||||
|
||||
using xe::cpu::ppc::PPCOpcode;
|
||||
|
||||
uint32_t next_xthread_id_ = 0;
|
||||
|
|
Loading…
Reference in New Issue