Encode VM type in sptbr, not mstatus
[riscv-isa-sim.git] / riscv / gdbserver.h
index 79748b10adde35e8161093bfa5deabad579916d1..85842155ac3519f9d62c81bfb2ddb3d81fe41257 100644 (file)
@@ -230,9 +230,6 @@ public:
   // Return the PRV_x that is used when the code under debug performs a memory
   // access.
   unsigned int privilege_mode();
-  // Return the VM_x that is used when the code under debug performs a memory
-  // access.
-  unsigned int virtual_memory();
 
   unsigned int xlen;