qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH_v3] add target-openrisc floating point exception


From: Wei-Ren Chen
Subject: Re: [Qemu-devel] [PATCH_v3] add target-openrisc floating point exception
Date: Mon, 10 Dec 2012 22:16:29 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

Hi Feng,

  One question,

> @@ -25,5 +25,5 @@  void HELPER(exception)(CPUOpenRISCState *env,
> uint32_t excp)
>  {
>      OpenRISCCPU *cpu = OPENRISC_CPU(ENV_GET_CPU(env));
>  
> -    raise_exception(cpu, excp);
> +    do_raise_exception(cpu, excp, 0);
>  }

  Shouldn't above helper function be called from the code cache?
The 3rd argument of do_raise_exception means if the exception comes
from code cache or not, iiuc. Is it correct to put zero here?

Regards,
chenwj

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj



reply via email to

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