PERFORCE change 77409 for review

Peter Wemm peter at FreeBSD.org
Tue May 24 21:00:52 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=77409

Change 77409 by peter at peter_melody on 2005/05/24 21:00:50

	add placeholders

Affected files ...

.. //depot/projects/hammer/sys/amd64/ia32/ia32_reg.c#2 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/ia32/ia32_reg.c#2 (text+ko) ====

@@ -72,6 +72,13 @@
 }
 
 int
+set_regs32(struct thread *td, struct reg32 *regs)
+{
+
+	return (ENOSYS);
+}
+
+int
 fill_fpregs32(struct thread *td, struct fpreg32 *regs)
 {
 	struct save87 *sv_87 = (struct save87 *)regs;
@@ -104,3 +111,24 @@
 
 	return (0);
 }
+
+int
+set_fpregs32(struct thread *td, struct fpreg32 *regs)
+{
+
+	return (ENOSYS);
+}
+
+int
+fill_dbregs32(struct thread *td, struct dbreg32 *regs)
+{
+
+	return (ENOSYS);
+}
+
+int
+set_dbregs32(struct thread *td, struct dbreg32 *regs)
+{
+
+	return (ENOSYS);
+}


More information about the p4-projects mailing list