Better arg passing for Execute and experimenting with APCs.
This commit is contained in:
@@ -66,3 +66,7 @@ uint32_t NativeList::Shift() {
|
||||
Remove(ptr);
|
||||
return ptr;
|
||||
}
|
||||
|
||||
bool NativeList::HasPending() {
|
||||
return head_ != kInvalidPointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user