Update runtime/simx/vortex.cpp

Co-authored-by: Martin Troiber <34752929+troibe@users.noreply.github.com>
This commit is contained in:
Jaewon Lee 2024-07-20 10:39:40 -04:00 committed by GitHub
parent 0f8e5505d3
commit c3e657f201
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,7 +116,7 @@ public:
#ifdef VM_ENABLE
// virtual (vpn) to phycial (ppn) mapping
// physical (ppn) to virtual (vpn) mapping
uint64_t map_p2v(uint64_t ppn, uint32_t flags)
{
DBGPRINT(" [RT:MAP_P2V] ppn: %lx\n", ppn);