PERFORCE change 30504 for review
Juli Mallett
jmallett at FreeBSD.org
Sat May 3 18:57:09 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=30504
Change 30504 by jmallett at jmallett_dalek on 2003/05/03 18:56:19
Access floating point registers in terms of longlong, duh.
While here, let the context switch label buffer slip through,
part of DDB WIP, and useful for setjmp/longjmp from NBSD.
Affected files ...
.. //depot/projects/mips/sys/mips/include/reg.h#5 edit
Differences ...
==== //depot/projects/mips/sys/mips/include/reg.h#5 (text+ko) ====
@@ -36,9 +36,13 @@
};
struct fpreg {
- double r_regs[33];
+ long long r_regs[33];
};
+typedef struct cswx {
+ __register_t val[12];
+} label_t;
+
/*
* Registers for a debugger by way of procfs or ptrace.
*/
More information about the p4-projects
mailing list