• R
    target-alpha: Tidy exception constants. · 07b6c13b
    Richard Henderson 提交于
    There's no need to attempt to match EXCP_* values with PALcode entry
    point offsets.  Instead, compress all the values to make for more
    efficient switch statements within QEMU.
    
    We will be doing TLB fill within QEMU proper, not within the PALcode,
    so all of the ITB/DTB miss, double fault, and access exceptions can
    be compressed to EXCP_MMFAULT.
    
    Compress all of the EXCP_CALL_PAL exceptions into one.
    Use env->error_code to store the specific entry point.
    Signed-off-by: NRichard Henderson <rth@twiddle.net>
    07b6c13b
main.c 110.8 KB