summaryrefslogtreecommitdiff
path: root/hw/xnest
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-06-21 13:44:14 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-06-21 13:44:14 +0000
commited7f92e791f052d64cffef4b44eae5160fb24689 (patch)
tree2cd30e8701517534f52740236f0528ca4ed64025 /hw/xnest
parent68d92cca1a696521599db6a826d2187ec0c15f01 (diff)
Bug 778: add ddxBeforeReset
Diffstat (limited to 'hw/xnest')
-rw-r--r--hw/xnest/Init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c
index 7a43b62b4..53c9f73f4 100644
--- a/hw/xnest/Init.c
+++ b/hw/xnest/Init.c
@@ -150,6 +150,11 @@ void OsVendorFatalError()
return;
}
+void ddxBeforeReset(void)
+{
+ return;
+}
+
/* this is just to get the server to link on AIX */
#ifdef AIXV3
int SelectWaitTime = 10000; /* usec */