We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
qemu_realview_pbx_a9
1 parent 5264483 commit aa1f455Copy full SHA for aa1f455
src/constance_port_arm_test_driver/src/main.rs
@@ -69,7 +69,7 @@ macro_rules! instantiate_test {
69
port::MemoryMapSection::new(0x0100_0000..0x0140_0000, 0x0100_0000)
70
.with_executable(true)
71
.with_writable(false),
72
- port::MemoryMapSection::new(0x0140_0000..0x0180_0000, 0x0100_0000),
+ port::MemoryMapSection::new(0x0140_0000..0x0180_0000, 0x0140_0000),
73
port::MemoryMapSection::new(0x1000_0000..0x1010_0000, 0x1000_0000)
74
.as_device_memory(),
75
port::MemoryMapSection::new(0x1f00_0000..0x1f10_0000, 0x1f00_0000)
0 commit comments