Add a static kType field to all objects
This commit is contained in:
@@ -103,6 +103,8 @@ static_assert_size(X_KTHREAD, 0xAB0);
|
||||
|
||||
class XThread : public XObject {
|
||||
public:
|
||||
static const Type kType = kTypeThread;
|
||||
|
||||
struct CreationParams {
|
||||
uint32_t stack_size;
|
||||
uint32_t xapi_thread_startup;
|
||||
|
||||
Reference in New Issue
Block a user