]> git.proxmox.com Git - qemu.git/commit
target-alpha: Add various symbolic constants.
authorRichard Henderson <rth@twiddle.net>
Mon, 18 Apr 2011 21:19:17 +0000 (14:19 -0700)
committerRichard Henderson <rth@anchor.twiddle.net>
Tue, 31 May 2011 17:18:05 +0000 (10:18 -0700)
commitea879fc719b0756f1768f765ee3a5660ce05ca7b
tree5a8a635b5472ca1eed236e74f0174e2ed17bebac
parent2d9671d391531a9bc3e79b8a7538dd06f3094623
target-alpha: Add various symbolic constants.

The EXC_M_* constants were being set for the EV6, not as set for
the Unix kernel entry point.

Use PS_USER_MODE instead of hard-coding access to the PS register.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-alpha/cpu.h
target-alpha/translate.c