mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-15 06:01:14 +00:00
Fix comment in WAMR_MEM_DUAL_BUS_MIRROR (#2791)
Fixes a small typo in the WAMR_MEM_DUAL_BUS_MIRROR description. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
This commit is contained in:
parent
657fd7bb42
commit
0bb157b88a
|
@ -477,7 +477,7 @@
|
||||||
/* Some chip cannot support external ram with rwx attr at the same time,
|
/* Some chip cannot support external ram with rwx attr at the same time,
|
||||||
it has to map it into 2 spaces of idbus and dbus, code in dbus can be
|
it has to map it into 2 spaces of idbus and dbus, code in dbus can be
|
||||||
read/written and read/executed in ibus. so there are 2 steps to execute
|
read/written and read/executed in ibus. so there are 2 steps to execute
|
||||||
the code, first, copy&do relocaiton in dbus space, and second execute
|
the code, first, copy & do relocation in dbus space, and second execute
|
||||||
it in ibus space, since in the 2 spaces the contents are the same,
|
it in ibus space, since in the 2 spaces the contents are the same,
|
||||||
so we call it bus mirror.
|
so we call it bus mirror.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user