qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/6] target/microblaze: Replace magic values by proper defini


From: Richard Henderson
Subject: Re: [PATCH 5/6] target/microblaze: Replace magic values by proper definitions
Date: Thu, 3 Jun 2021 09:37:54 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

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~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]