File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ static uint8_t *data_memory_base;
21
21
/*
22
22
* set memory size to 2^32 - 1 bytes
23
23
*
24
- * The memory size is set to 2^32 - 1 bytes in order
25
- * to make rv32emu portable for both 32-bit and 64-bit platforms.
26
- * As a result, rv32emu can access any segment of the memory in
27
- * either platform. Furthermore, it is safe because most of the
28
- * test cases' data memory usage will not exceed this memory size.
24
+ * The memory size is set to 2^32 - 1 bytes in order to make this emulator
25
+ * portable for both 32-bit and 64-bit platforms. As a result, it can access
26
+ * any segment of the memory on either platform. Furthermore, it is safe
27
+ * because most of the test cases' data memory usage will not exceed this
28
+ * memory size.
29
29
*/
30
30
#define MEM_SIZE 0xFFFFFFFFULL
31
31
You can’t perform that action at this time.
0 commit comments