riscv-non-isa / riscv-iommu

RISC-V IOMMU Specification
https://jira.riscv.org/browse/RVG-55
Creative Commons Attribution 4.0 International
76 stars 15 forks source link

Micro error in iommu_translate.c #289

Closed HDntown closed 3 months ago

HDntown commented 3 months ago

I think there is a "=" missing in iommu_translate.c. Maybe "cause == 12"? Instead of "cause = 12". <riscv-iommu/iommu_ref_model/libiommu/src/iommu_translate.c line_560> Thanks!

ved-rivos commented 3 months ago

@HDntown thanks for reporting this. Update in PR #290