riscv / riscv-test-env

https://jira.riscv.org/browse/RVG-141
Other
42 stars 107 forks source link

add ALIGN after .tohost to prevent placing MMIO and data on same page #3

Closed sagark closed 8 years ago

sagark commented 8 years ago

This fixes tests on QEMU, since MMIO and code/data should not go on the same page.

palmer-dabbelt commented 8 years ago

Is there a reason this is being aligned with a different syntax than the lines below and above it?

sagark commented 8 years ago

Nope. It's fixed now.