Hi Ley Foon,

On 10/09/2015 10:51 AM, Ley Foon Tan wrote:
+static void copy_exception_trampoline(void)
+{
+       extern int _except_start, _except_end;
Can we use void* for _except_start and _except_end?

Yes, we can. Actually I used void * at first draft of this patch v1. But it doesn't work. We still need to get the address with '&' operator as in v2. I think it is confusing with void *, so I use int instead. But anything will do.

Best regards,
Thomas
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to