diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-06-21 13:44:14 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-06-21 13:44:14 +0000 |
commit | ed7f92e791f052d64cffef4b44eae5160fb24689 (patch) | |
tree | 2cd30e8701517534f52740236f0528ca4ed64025 /hw/xnest | |
parent | 68d92cca1a696521599db6a826d2187ec0c15f01 (diff) |
Bug 778: add ddxBeforeReset
Diffstat (limited to 'hw/xnest')
-rw-r--r-- | hw/xnest/Init.c | 5 |
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 */ |