You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a situation where the gs_memory provides a direct-mem-ptr to the CPU, enabling fast memory access.
Now, I need to modify direct-mem-ptr to false to track every memory access. However, when doing this, the CPU halts when attempting to access 0x0. if (p_dmi) txn.set_dmi_allowed(false);
I am currently using the liqbox example, specifically the simpleWriteTest case.