1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Gratuitous namechange to avoid low-level association with ddb.

This commit is contained in:
Peter Grehan 2004-07-12 22:18:02 +00:00
parent abdc8ff1bc
commit 4539337da0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132068

View File

@ -42,7 +42,7 @@ struct pmap;
struct thread *pc_fputhread; /* current fpu user */ \
register_t pc_tempsave[CPUSAVE_LEN]; \
register_t pc_disisave[CPUSAVE_LEN]; \
register_t pc_ddbsave[CPUSAVE_LEN];
register_t pc_dbsave[CPUSAVE_LEN];
/* Definitions for register offsets within the exception tmp save areas */
#define CPUSAVE_R28 0 /* where r28 gets saved */