On 6/3/21 2:03 AM, Philippe Mathieu-Daudé wrote:
+ if (access_type == MMU_INST_FETCH) { + env->esr |= ESR_EC_INSN_STORAGE; + } else { + env->esr |= ESR_EC_DATA_STORAGE; + }
indentation is off. r~
On 6/3/21 2:03 AM, Philippe Mathieu-Daudé wrote:
+ if (access_type == MMU_INST_FETCH) { + env->esr |= ESR_EC_INSN_STORAGE; + } else { + env->esr |= ESR_EC_DATA_STORAGE; + }
indentation is off. r~