mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 20:44:37 +03:00
Minor.
This commit is contained in:
@@ -522,7 +522,8 @@ static void vMemMgrInsertNode(VMemMgr* self, MemNode* node) {
|
|||||||
RbNode* p = NULL;
|
RbNode* p = NULL;
|
||||||
RbNode* q = t->node[1] = self->_root;
|
RbNode* q = t->node[1] = self->_root;
|
||||||
|
|
||||||
int dir = 0, last;
|
int dir = 0;
|
||||||
|
int last = 0; // Not needed to initialize, but makes some tools happy.
|
||||||
|
|
||||||
// Search down the tree.
|
// Search down the tree.
|
||||||
for (;;) {
|
for (;;) {
|
||||||
|
|||||||
Reference in New Issue
Block a user