Skip to content

Commit aa1f455

Browse files
committed
test(port_arm): fix the page table on qemu_realview_pbx_a9
1 parent 5264483 commit aa1f455

File tree

1 file changed

+1
-1
lines changed
  • src/constance_port_arm_test_driver/src

1 file changed

+1
-1
lines changed

src/constance_port_arm_test_driver/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ macro_rules! instantiate_test {
6969
port::MemoryMapSection::new(0x0100_0000..0x0140_0000, 0x0100_0000)
7070
.with_executable(true)
7171
.with_writable(false),
72-
port::MemoryMapSection::new(0x0140_0000..0x0180_0000, 0x0100_0000),
72+
port::MemoryMapSection::new(0x0140_0000..0x0180_0000, 0x0140_0000),
7373
port::MemoryMapSection::new(0x1000_0000..0x1010_0000, 0x1000_0000)
7474
.as_device_memory(),
7575
port::MemoryMapSection::new(0x1f00_0000..0x1f10_0000, 0x1f00_0000)

0 commit comments

Comments
 (0)