mips64: clean up register context storage
Store the gpr data in a DataBufferHeap and use a DataExtractor to extract register values with appropriate endianness. This avoids hard- coding the register count, and with some further work would allow this class to provide generic register context storage for any CPU. llvm-svn: 205329
Loading
Please sign in to comment