merge fix

parent 9afb7367
...@@ -79,7 +79,7 @@ SimBlockList::load(EmulatorData& data){ ...@@ -79,7 +79,7 @@ SimBlockList::load(EmulatorData& data){
Lgman* lg = 0; Lgman* lg = 0;
Tsman* ts = 0; Tsman* ts = 0;
Block_context ctx(conf, *data.m_mem_manager); Block_context ctx(*data.theConfiguration, *data.m_mem_manager);
SimulatedBlock * fs = 0; SimulatedBlock * fs = 0;
{ {
......
...@@ -2172,8 +2172,8 @@ operator<<(NdbOut& out, Ptr<Pgman::Page_entry> ptr) ...@@ -2172,8 +2172,8 @@ operator<<(NdbOut& out, Ptr<Pgman::Page_entry> ptr)
out << " busy_count=" << dec << pe.m_busy_count; out << " busy_count=" << dec << pe.m_busy_count;
#ifdef VM_TRACE #ifdef VM_TRACE
{ {
Local_page_request_list req_list(ptr.p->m_this->m_page_request_pool, Pgman::Local_page_request_list
ptr.p->m_requests); req_list(ptr.p->m_this->m_page_request_pool, ptr.p->m_requests);
if (! req_list.isEmpty()) if (! req_list.isEmpty())
{ {
Ptr<Pgman::Page_request> req_ptr; Ptr<Pgman::Page_request> req_ptr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment