Hi Peter,

unfortunately you are right.

The correct line is this:

     /* invalidate lock */
-    env->cpu_lock_addr = -1;
+    env->lock_addr = -1;

I am sorry. It was most likely the last line which I added. But I forgot, that I disabled the system emulation already.
Therefore my make process didn't complain.
Should I send an updated patch, or can you do a hot-fix?

Sebastian


On 2/3/2015 11:40 AM, Peter Maydell wrote:
On 3 February 2015 at 02:19, Jia Liu <pro...@gmail.com> wrote:
Hi Anthony,

This is my OpenRISC patch queue for 2.3, it have been well tested, please pull.
...it can't have been very well tested, because it doesn't
compile:

target-openrisc/interrupt.c: In function ‘openrisc_cpu_do_interrupt’:
target-openrisc/interrupt.c:58:8: error: ‘CPUOpenRISCState’ has no
member named ‘cpu_lock_addr’

thanks
-- PMM


Reply via email to