ntdll: Get registers on the client side for NtGetContextThread on the current thread.
diff --git a/dlls/ntdll/signal_sparc.c b/dlls/ntdll/signal_sparc.c
index 4ae3340..0bf8dac 100644
--- a/dlls/ntdll/signal_sparc.c
+++ b/dlls/ntdll/signal_sparc.c
@@ -149,6 +149,17 @@
/***********************************************************************
+ * get_cpu_context
+ *
+ * Get the context of the current thread.
+ */
+void get_cpu_context( CONTEXT *context )
+{
+ FIXME("not implemented\n");
+}
+
+
+/***********************************************************************
* set_cpu_context
*
* Set the new CPU context.