Martin Husemann
unread,May 15, 2014, 10:47:14 AM5/15/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to port-...@netbsd.org
Does anyone here happen to know what document describes the palcode<->OS
exception interface?
Looking at alpha/trap.c:326 it seems that the variable "ucode" is used
unintialized for ALPHA_KENTRY_IF calls, and the whole
alpha_ucode_to_ksiginfo() call probably does not make sense here, but
the arguments to the trap() call come straight from pal (via
PALVECT(XentIF) in locore.s) - and I would like to understand a0 - a2.
Martin